diff options
Diffstat (limited to 'net/cdpd/Makefile')
-rw-r--r-- | net/cdpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/cdpd/Makefile b/net/cdpd/Makefile index 69c49e7e09c..fc3c6e7afff 100644 --- a/net/cdpd/Makefile +++ b/net/cdpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 22:51:02 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/08/30 14:01:18 seb Exp $ # DISTNAME= cdpd-1.0.1 @@ -8,12 +8,12 @@ MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/ MAINTAINER= explorer@NetBSD.org COMMENT= Simple daemon to send Cisco Discovery Protocol packets +USE_BUILDLINK2= YES GNU_CONFIGURE= YES -DEPENDS= libnet-[0-9]*:../../devel/libnet - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${PREFIX}/sbin/cdpd ${INSTALL_DATA} ${WRKSRC}/cdpd.8 ${PREFIX}/man/man8/cdpd.8 +.include "../../devel/libnet/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |