diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-10-07 01:09:55 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-10-07 01:09:55 +0000 |
commit | 5c8032d4edd8a38ae6d29cb1bdc7385a7eb02ef3 (patch) | |
tree | e6347de731827ecd7768d2667b7e67af74322717 /comms/minicom | |
parent | b741d039167df3bd1d415f26279d5e1a08224244 (diff) | |
download | pkgsrc-5c8032d4edd8a38ae6d29cb1bdc7385a7eb02ef3.tar.gz |
pull in bsd.prefs.mk to get BATCH defined (or not ;)
Diffstat (limited to 'comms/minicom')
-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 |