diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-09-23 16:32:06 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-09-23 16:32:06 +0000 |
commit | 411922b881a6273c5099067791ce87575c9f9520 (patch) | |
tree | 6fe635be8566fd4a3656da86b128f499273f8fb5 /comms/ifcico-cm | |
parent | 816e188293b91a8078b8c43a3eb2672dbac48bbe (diff) | |
download | pkgsrc-411922b881a6273c5099067791ce87575c9f9520.tar.gz |
remove bogus NO_CDROMs
Diffstat (limited to 'comms/ifcico-cm')
-rw-r--r-- | comms/ifcico-cm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/ifcico-cm/Makefile b/comms/ifcico-cm/Makefile index 2540ac7e305..3230889b8b7 100644 --- a/comms/ifcico-cm/Makefile +++ b/comms/ifcico-cm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/12/21 15:45:20 tv Exp $ +# $NetBSD: Makefile,v 1.3 1999/09/23 16:32:08 hubertf Exp $ # DISTNAME= ifcico-3.0.cm.alpha-4.0 @@ -9,8 +9,6 @@ MASTER_SITES= http://www.cosy.sbg.ac.at/~cmeer/files/ MAINTAINER= tv@netbsd.org # aka "Todd Vierling" @ 1:396/1.5 HOMEPAGE= http://www.cosy.sbg.ac.at/~cmeer/ifcico/ -NO_CDROM= "extremely limited usefulness to the general public" - post-build: cd ${WRKSRC}/contrib/iftelnetd && ${MAKE} iftelnetd cd ${WRKSRC}/contrib/fdpass && ${LINK.c} -o fdpass fdpass.c |