aboutsummaryrefslogtreecommitdiffstats
path: root/remote_cmds/tftp.tproj/Makefile
blob: 6ed62a0ab3de51de066cfa7f82c183c50d65bb76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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