summaryrefslogtreecommitdiffstats
path: root/usr.sbin/atm/scspd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/atm/scspd/Makefile')
-rw-r--r--usr.sbin/atm/scspd/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/usr.sbin/atm/scspd/Makefile b/usr.sbin/atm/scspd/Makefile
index 7740c25..7130c2b 100644
--- a/usr.sbin/atm/scspd/Makefile
+++ b/usr.sbin/atm/scspd/Makefile
@@ -1,5 +1,3 @@
-#
-#
# ===================================
# HARP | Host ATM Research Platform
# ===================================
@@ -24,21 +22,20 @@
# notice must be reproduced on all copies.
#
# @(#) $FreeBSD$
-#
-#
PROG= scspd
+MAN= scspd.8
SRCS= scspd.c scsp_cafsm.c scsp_config.c scsp_config_lex.c \
scsp_config_parse.y \
scsp_hfsm.c scsp_if.c scsp_input.c scsp_log.c scsp_msg.c \
scsp_output.c scsp_print.c scsp_socket.c scsp_subr.c \
scsp_timer.c
-MAN= scspd.8
-CFLAGS+= -I. -I${.CURDIR}/../../../sys -I${.CURDIR}
-LDADD+= -latm -lmd
-DPADD+= ${LIBATM} ${LIBMD}
+CFLAGS+= -I. -I${.CURDIR}/../../../sys -I${.CURDIR}
+
+LDADD= -latm -lmd
+DPADD= ${LIBATM} ${LIBMD}
-YFLAGS= -d
+YFLAGS= -d
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud