diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-09-17 09:35:02 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-09-17 09:35:02 +0000 |
| commit | d80044954c92be2d8b7d49d93b73db0e9eb500b4 (patch) | |
| tree | 8a98c94ccd7bf695ca5176aa3c7aae61180fe043 /usr.sbin/atm | |
| parent | 982fe76ef93c4b22fb5aed84c52dceeed3ed0d14 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/atm')
| -rw-r--r-- | usr.sbin/atm/atmarpd/Makefile | 3 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/atm/atmarpd/Makefile b/usr.sbin/atm/atmarpd/Makefile index d4846320a23b..013e1191060d 100644 --- a/usr.sbin/atm/atmarpd/Makefile +++ b/usr.sbin/atm/atmarpd/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:14 phk Exp $ +# @(#) $Id: Makefile,v 1.2 1998/09/15 19:16:33 phk Exp $ # # @@ -34,5 +34,6 @@ MAN8= atmarpd.8 CFLAGS+= -I${.CURDIR}/../../../sys LDADD+= -latm -lmd +DPADD+= ${LIBATM} ${LIBMD} .include <bsd.prog.mk> diff --git a/usr.sbin/atm/scspd/Makefile b/usr.sbin/atm/scspd/Makefile index a913a1fbeb91..ce36b5a7fe05 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.3 1998/09/15 18:57:43 jkh Exp $ +# @(#) $Id: Makefile,v 1.4 1998/09/15 19:01:46 jkh Exp $ # # @@ -37,7 +37,7 @@ MAN8= scspd.8 CFLAGS+= -I${.CURDIR}/../../../sys -I${.OBJDIR} LDADD+= -latm -lmd -DPADD+= ${LIBMD} +DPADD+= ${LIBATM} ${LIBMD} YFLAGS= -d |
