summaryrefslogtreecommitdiffstats
path: root/sbin/atm/ilmid
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-08-03 15:17:28 +0000
committerobrien <obrien@FreeBSD.org>2003-08-03 15:17:28 +0000
commit1696dad5fcc7d231b95a6c1ea65c45012a8d4ff2 (patch)
tree7f97785ad426a4290fe460c2f5834d0031f9fb2d /sbin/atm/ilmid
parent65cd6f125275606870ae0ec25bd137674236fef8 (diff)
downloadFreeBSD-src-1696dad5fcc7d231b95a6c1ea65c45012a8d4ff2.zip
FreeBSD-src-1696dad5fcc7d231b95a6c1ea65c45012a8d4ff2.tar.gz
style.Makefile(5)'ize
Diffstat (limited to 'sbin/atm/ilmid')
-rw-r--r--sbin/atm/ilmid/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/sbin/atm/ilmid/Makefile b/sbin/atm/ilmid/Makefile
index d62231c..2428b6e 100644
--- a/sbin/atm/ilmid/Makefile
+++ b/sbin/atm/ilmid/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,14 +22,14 @@
#
# @(#) $FreeBSD$
#
-#
PROG= ilmid
MAN= ilmid.8
-CFLAGS+= -I${.CURDIR}/../../../sys
-LDADD+= -latm
-DPADD+= ${LIBATM}
-WARNS= 6
+WARNS?= 6
+CFLAGS+= -I${.CURDIR}/../../../sys
+
+DPADD= ${LIBATM}
+LDADD= -latm
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud