From 231bd37d3c3215f2bf6cccc1a4f6d79ac7e1b167 Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 17 Sep 1998 09:35:02 +0000 Subject: Two patches from the HARP people: Various Makefile related fixes. -Wformat fixes. Submitted by: Mike Spengler --- sbin/atm/atm/Makefile | 3 ++- sbin/atm/fore_dnld/Makefile | 3 ++- sbin/atm/ilmid/Makefile | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'sbin/atm') diff --git a/sbin/atm/atm/Makefile b/sbin/atm/atm/Makefile index 31ff5d2..6d5667b 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 diff --git a/sbin/atm/fore_dnld/Makefile b/sbin/atm/fore_dnld/Makefile index 0f3d543..fef11f3 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 diff --git a/sbin/atm/ilmid/Makefile b/sbin/atm/ilmid/Makefile index aa0ede3..6082855 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 -- cgit v1.1