From b9db19b71926ba1d2b0722a43cf538bf139fc0d9 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Mon, 10 May 2021 10:44:54 -0400 Subject: remote_cmds: All compiling --- remote_cmds/tftp.tproj/Makefile | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'remote_cmds/tftp.tproj') diff --git a/remote_cmds/tftp.tproj/Makefile b/remote_cmds/tftp.tproj/Makefile index 6ed62a0..b6ea090 100644 --- a/remote_cmds/tftp.tproj/Makefile +++ b/remote_cmds/tftp.tproj/Makefile @@ -1,12 +1,6 @@ -Project = tftp +PROG= tftp +SRCS= main.c tftp.c tftpsubs.c -HFILES = extern.h tftpsubs.h -CFILES = main.c tftp.c tftpsubs.c -MANPAGES = tftp.1 +LDADD=-ledit -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 +.include -- cgit v1.2.3-56-ge451