aboutsummaryrefslogtreecommitdiffstats
path: root/remote_cmds/tftp.tproj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'remote_cmds/tftp.tproj/Makefile')
-rw-r--r--remote_cmds/tftp.tproj/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/remote_cmds/tftp.tproj/Makefile b/remote_cmds/tftp.tproj/Makefile
new file mode 100644
index 0000000..6ed62a0
--- /dev/null
+++ b/remote_cmds/tftp.tproj/Makefile
@@ -0,0 +1,12 @@
+Project = tftp
+
+HFILES = extern.h tftpsubs.h
+CFILES = main.c tftp.c tftpsubs.c
+MANPAGES = tftp.1
+
+Extra_CC_Flags = -Wall -Werror -fPIE
+Extra_CC_Flags += -D__FBSDID=__RCSID
+Extra_LD_Flags = -dead_strip -pie
+Extra_LD_Flags += -ledit
+
+include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make