summaryrefslogtreecommitdiffstats
path: root/remote_cmds/tftpd.tproj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'remote_cmds/tftpd.tproj/Makefile')
-rw-r--r--remote_cmds/tftpd.tproj/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/remote_cmds/tftpd.tproj/Makefile b/remote_cmds/tftpd.tproj/Makefile
new file mode 100644
index 0000000..e48f484
--- /dev/null
+++ b/remote_cmds/tftpd.tproj/Makefile
@@ -0,0 +1,16 @@
+Project = tftpd
+Install_Dir = /usr/libexec
+
+HFILES = tftpsubs.h
+CFILES = tftpd.c ../tftp.tproj/tftpsubs.c
+MANPAGES = tftpd.8
+LAUNCHD_PLISTS = tftp.plist
+
+Extra_CC_Flags = -Wall -Werror -fPIE
+Extra_CC_Flags += -D__FBSDID=__RCSID
+Extra_LD_Flags = -dead_strip -pie
+
+include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
+
+after_install:
+ $(MKDIR) "$(DSTROOT)/private/tftpboot"