summaryrefslogtreecommitdiffstats
path: root/sbin/atm/atm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/atm/atm/Makefile')
-rw-r--r--sbin/atm/atm/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/sbin/atm/atm/Makefile b/sbin/atm/atm/Makefile
index 494552d..000cdc7 100644
--- a/sbin/atm/atm/Makefile
+++ b/sbin/atm/atm/Makefile
@@ -1,10 +1,7 @@
-#
-#
# ===================================
# HARP | Host ATM Research Platform
# ===================================
#
-#
# This Host ATM Research Platform ("HARP") file (the "Software") is
# made available by Network Computing Services, Inc. ("NetworkCS")
# "AS IS". NetworkCS does not provide maintenance, improvements or
@@ -25,16 +22,16 @@
#
# @(#) $FreeBSD$
#
-#
PROG= atm
SRCS= atm.c atm_fore200.c atm_eni.c atm_inet.c atm_print.c \
atm_set.c atm_show.c atm_subr.c
MAN= atm.8
-CFLAGS+= -I${.CURDIR}/../../../sys
-WARNS= 6
-LDADD+= -latm
-DPADD+= ${LIBATM}
+WARNS?= 6
+CFLAGS+= -I${.CURDIR}/../../../sys
+
+DPADD= ${LIBATM}
+LDADD= -latm
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud