]> git.cameronkatri.com Git - apple_cmds.git/blobdiff - remote_cmds/tftpd.tproj/Makefile
Merge branch 'apple'
[apple_cmds.git] / remote_cmds / tftpd.tproj / Makefile
index e48f4849ee922ce3794ea420313a20fa2cd49f17..080009df98966c82b629f2e81f2c0e73ee0c8a1f 100644 (file)
@@ -1,16 +1,9 @@
-Project = tftpd
-Install_Dir = /usr/libexec
+PROG=  tftpd
+SRCS=  tftpd.c tftpsubs.c
+MAN=   tftpd.8
 
-HFILES = tftpsubs.h
-CFILES = tftpd.c ../tftp.tproj/tftpsubs.c
-MANPAGES = tftpd.8
-LAUNCHD_PLISTS = tftp.plist
+BINDIR=/usr/libexec
 
-Extra_CC_Flags = -Wall -Werror -fPIE
-Extra_CC_Flags += -D__FBSDID=__RCSID
-Extra_LD_Flags = -dead_strip -pie
+.PATH: ${.CURDIR}/../tftp.tproj
 
-include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
-
-after_install:
-       $(MKDIR) "$(DSTROOT)/private/tftpboot"
+.include <bsd.prog.mk>