aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-09-17 09:35:02 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-09-17 09:35:02 +0000
commitd80044954c92be2d8b7d49d93b73db0e9eb500b4 (patch)
tree8a98c94ccd7bf695ca5176aa3c7aae61180fe043 /sbin
parent982fe76ef93c4b22fb5aed84c52dceeed3ed0d14 (diff)
downloadsrc-d80044954c92be2d8b7d49d93b73db0e9eb500b4.tar.gz
src-d80044954c92be2d8b7d49d93b73db0e9eb500b4.zip
Two patches from the HARP people:
Various Makefile related fixes. -Wformat fixes. Submitted by: Mike Spengler <mks@networkcs.com>
Notes
Notes: svn path=/head/; revision=39412
Diffstat (limited to 'sbin')
-rw-r--r--sbin/atm/atm/Makefile3
-rw-r--r--sbin/atm/fore_dnld/Makefile3
-rw-r--r--sbin/atm/ilmid/Makefile3
3 files changed, 6 insertions, 3 deletions
diff --git a/sbin/atm/atm/Makefile b/sbin/atm/atm/Makefile
index 31ff5d233847..6d5667bb4c83 100644
--- a/sbin/atm/atm/Makefile
+++ b/sbin/atm/atm/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:22:44 phk Exp $
+# @(#) $Id: Makefile,v 1.2 1998/09/15 19:16:25 phk Exp $
#
#
@@ -34,5 +34,6 @@ MAN8= atm.8
CFLAGS+= -I${.CURDIR}/../../../sys
LDADD+= -latm
+DPADD+= ${LIBATM}
.include <bsd.prog.mk>
diff --git a/sbin/atm/fore_dnld/Makefile b/sbin/atm/fore_dnld/Makefile
index 0f3d5439e570..fef11f302c0b 100644
--- a/sbin/atm/fore_dnld/Makefile
+++ b/sbin/atm/fore_dnld/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:22:46 phk Exp $
+# @(#) $Id: Makefile,v 1.2 1998/09/15 19:16:32 phk Exp $
#
#
@@ -32,5 +32,6 @@ MAN8= fore_dnld.8
CFLAGS+= -I${.CURDIR}/../../../sys
LDADD+= -latm
+DPADD+= ${LIBATM}
.include <bsd.prog.mk>
diff --git a/sbin/atm/ilmid/Makefile b/sbin/atm/ilmid/Makefile
index aa0ede306513..60828552e333 100644
--- a/sbin/atm/ilmid/Makefile
+++ b/sbin/atm/ilmid/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:22:47 phk Exp $
+# @(#) $Id: Makefile,v 1.2 1998/09/15 19:16:32 phk Exp $
#
#
@@ -32,5 +32,6 @@ MAN8= ilmid.8
CFLAGS+= -I${.CURDIR}/../../../sys
LDADD+= -latm
+DPADD+= ${LIBATM}
.include <bsd.prog.mk>