X-Git-Url: https://git.cameronkatri.com/apple_cmds.git/blobdiff_plain/5fd83771641d15c418f747bd343ba6738d3875f7..aa99cdd53c2c67dcfb3ff2d8dd0ae30ed3a31540:/remote_cmds/tftpd.tproj/Makefile diff --git a/remote_cmds/tftpd.tproj/Makefile b/remote_cmds/tftpd.tproj/Makefile index e48f484..080009d 100644 --- a/remote_cmds/tftpd.tproj/Makefile +++ b/remote_cmds/tftpd.tproj/Makefile @@ -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