diff options
Diffstat (limited to 'comms/minicom/Makefile')
-rw-r--r-- | comms/minicom/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index ed9ba345c8a..ed9128ef956 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/04/22 20:39:17 mycroft Exp $ +# $NetBSD: Makefile,v 1.14 1999/10/07 01:09:55 hubertf Exp $ # FreeBSD Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp # @@ -20,6 +20,9 @@ NO_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PKGNAME}/src +# for BATCH ! +.include "../../mk/bsd.prefs.mk" + .if !defined(BATCH) pre-install: # this script creates a link from your comm port to /dev/modem |