summaryrefslogtreecommitdiffstats
path: root/usr.sbin/atm/scspd
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-09-15 18:57:43 +0000
committerjkh <jkh@FreeBSD.org>1998-09-15 18:57:43 +0000
commitd191d62e8520d963e7064838c4c468a5e2042fd4 (patch)
tree2ca6c3f8fd5cea97f296ca55ac19104c71f4127a /usr.sbin/atm/scspd
parent653c2af6aea50955f84c98c164cfd99edb197426 (diff)
downloadFreeBSD-src-d191d62e8520d963e7064838c4c468a5e2042fd4.zip
FreeBSD-src-d191d62e8520d963e7064838c4c468a5e2042fd4.tar.gz
Add -lmd
Diffstat (limited to 'usr.sbin/atm/scspd')
-rw-r--r--usr.sbin/atm/scspd/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/atm/scspd/Makefile b/usr.sbin/atm/scspd/Makefile
index 26f8920..9245865 100644
--- a/usr.sbin/atm/scspd/Makefile
+++ b/usr.sbin/atm/scspd/Makefile
@@ -23,7 +23,7 @@
# Copies of this Software may be made, however, the above copyright
# notice must be reproduced on all copies.
#
-# @(#) $Id: Makefile,v 1.1 1998/09/15 08:23:15 phk Exp $
+# @(#) $Id: Makefile,v 1.2 1998/09/15 15:25:21 phk Exp $
#
#
@@ -36,7 +36,9 @@ SRCS= scspd.c scsp_cafsm.c scsp_config.c scsp_config_lex.c \
MAN8= scspd.8
CFLAGS+= -I ${.CURDIR}/../../../sys -I ${.OBJDIR}
-LDADD+= -latm
+LDADD+= -latm -lmd
+DPADD+= ${LIBMD}
+
YFLAGS= -d
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud