From bcd2b30a9632eaf74f26d4b79e23071c1cddc36d Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 13 Oct 2004 20:11:16 +0000 Subject: Uncomment erroneously commented out lines in Makefile. --- security/fprot-workstation-bin/Makefile | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'security') diff --git a/security/fprot-workstation-bin/Makefile b/security/fprot-workstation-bin/Makefile index 86fe0939f32..11d6b8cc880 100644 --- a/security/fprot-workstation-bin/Makefile +++ b/security/fprot-workstation-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/10/13 20:07:55 ben Exp $ +# $NetBSD: Makefile,v 1.13 2004/10/13 20:11:16 ben Exp $ # DISTNAME= #defined @@ -41,20 +41,20 @@ OWN_DIRS= ${FPDIR} .include "../../mk/bsd.prefs.mk" -#.if ${OPSYS} == "NetBSD" -#MASTER_SITES= ftp://ftp.f-prot.com/pub/bsd/ -#DISTNAME= fp-netbsd-ws-${PKGVERSION} -#.endif -# -#.if ${OPSYS} == "Linux" -#MASTER_SITES= ftp://ftp.f-prot.com/pub/linux/ -#DISTNAME= fp-linux-ws-${PKGVERSION} -#.endif -# -#.if ${OPSYS} == "SunOS" +.if ${OPSYS} == "NetBSD" +MASTER_SITES= ftp://ftp.f-prot.com/pub/bsd/ +DISTNAME= fp-netbsd-ws-${PKGVERSION} +.endif + +.if ${OPSYS} == "Linux" +MASTER_SITES= ftp://ftp.f-prot.com/pub/linux/ +DISTNAME= fp-linux-ws-${PKGVERSION} +.endif + +.if ${OPSYS} == "SunOS" MASTER_SITES= ftp://ftp.f-prot.com/pub/solaris/ DISTNAME= fp-solaris-sparc-ws-${PKGVERSION} -#.endif +.endif DIST_SUBDIR= ${DISTNAME} -- cgit v1.2.3