diff options
Diffstat (limited to 'sbin/atm/fore_dnld/Makefile')
-rw-r--r-- | sbin/atm/fore_dnld/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bsd.prog.mk> |