aboutsummaryrefslogtreecommitdiffstats
path: root/remote_cmds/tftpd.tproj/Makefile
blob: e48f4849ee922ce3794ea420313a20fa2cd49f17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"