diff options
Diffstat (limited to 'comms/pilot-link/Makefile')
-rw-r--r-- | comms/pilot-link/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index 4a38062c20c..54d2e05897a 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: pilot-link -# Version required: 0.8.11 -# Date created: 13 March 1998 -# Whom: sommerfeld@alum.mit.edu -# -# $NetBSD: Makefile,v 1.5 1998/03/19 10:57:54 frueauf Exp $ +# $NetBSD: Makefile,v 1.6 1998/04/15 10:38:17 agc Exp $ # DISTNAME= pilot-link.0.8.11 @@ -29,4 +24,4 @@ do-configure: post-install: ${LDCONFIG} || ${TRUE} -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |