From 35230bc15564658e939c05e8a778ed984f5ad8e4 Mon Sep 17 00:00:00 2001 From: Gary Palmer Date: Thu, 10 Nov 1994 05:54:32 +0000 Subject: Makefile has freebsd target already in alpha 7 --- security/pidentd/files/patch-ab | 116 +++++----------------------------------- 1 file changed, 12 insertions(+), 104 deletions(-) (limited to 'security/pidentd') diff --git a/security/pidentd/files/patch-ab b/security/pidentd/files/patch-ab index 46a9f65b02c1..b63134c942f8 100644 --- a/security/pidentd/files/patch-ab +++ b/security/pidentd/files/patch-ab @@ -1,5 +1,5 @@ -*** Makefile.orig Thu Oct 20 17:11:19 1994 ---- Makefile Thu Oct 20 17:09:37 1994 +*** Makefile.orig Thu Oct 20 17:08:27 1994 +--- Makefile Wed Nov 9 21:16:56 1994 *************** *** 14,20 **** # on the command line (like "make DESTROOT=/usr/wheel sunos4") @@ -18,113 +18,21 @@ MANROOT=$(DESTROOT)/man MANDIR=$(MANROOT)/man8 *************** -*** 43,86 **** +*** 43,49 **** CFLAGS=-O ! all: -! @echo "Please specify the type of system you wish to build for." -! @echo "Valid systems are:" -! @echo "" -! @echo " sunos3 SunOS 3.x (tested with 3.5)" -! @echo " sunos4 Sun SunOS 4" -! @echo " sunos5 Sun SunOS 5 (Solaris 2)" -! @echo " bsdi BSD/386 (The commercial one)" -! @echo " 386bsd 386BSD (The free one)" -! @echo " netbsd NetBSD" -! @echo " 4.3bsd 4.3BSD Reno" -! @echo " 4.3bsd-tahoe 4.3BSD Tahoe" -! @echo " dynix3 Sequent Dynix 3" -! @echo " riscos4 MIPS RISC/OS 4" -! @echo " irix4 Silicon Graphics IRIX 4" -! @echo " irix5 Silicon Graphics IRIX 5" -! @echo " hpux7 Hewlett-Packard HP-UX 7" -! @echo " hpux8 Hewlett-Packard HP-UX 8" -! @echo " hpux9 Hewlett-Packard HP-UX 9" -! @echo " sco SCO unix System V release 3.2 (v4.0 & 4.1)" -! @echo " svr4 Generic System V Release 4 UNIX" -! @echo " attsvr4 AT&T's own System V Release 4" -! @echo " aux2 Apple A/UX 2" -! @echo " aux3 Apple A/UX 3" -! @echo " ultrix3 Digital Ultrix 3" -! @echo " ultrix4 Digital Ultrix 4" -! @echo " alpha Digital Alpha AXP OSF" -! @echo " alpha3 Digital Alpha AXP OSF; 3.0 or later" -! @echo " linux Linux 0.99.13q or later" -! @echo " unicos6 Cray UNICOS 6" -! @echo " convex Convex ConvexOS" -! @echo " next NeXT/Mach (NeXTSTEP 2 or 3.0)" -! @echo " nextmab NeXT/Mach (NeXTSTEP 3.1 MAB)" -! @echo " pyramid4 Pyramid's dualPort OSx 4" -! @echo " other Other BSD-based Unixes (who knows, it may even work :-)" -! @echo "" -! @echo "For example: make sunos4" -! @echo "" - - # - # Use this if Linux 0.99.13q or later ---- 43,88 ---- + @echo "Please specify the type of system you wish to build for." + @echo "Valid systems are:" + @echo "" +--- 43,51 ---- CFLAGS=-O -! all: freebsd +! all: freebsd ! -! # @echo "Please specify the type of system you wish to build for." -! # @echo "Valid systems are:" -! # @echo "" -! # @echo " sunos3 SunOS 3.x (tested with 3.5)" -! # @echo " sunos4 Sun SunOS 4" -! # @echo " sunos5 Sun SunOS 5 (Solaris 2)" -! # @echo " bsdi BSD/386 (The commercial one)" -! # @echo " 386bsd 386BSD (The free one)" -! # @echo " netbsd NetBSD" -! # @echo " freebsd FreeBSD 2.x" -! # @echo " 4.3bsd 4.3BSD Reno" -! # @echo " 4.3bsd-tahoe 4.3BSD Tahoe" -! # @echo " dynix3 Sequent Dynix 3" -! # @echo " riscos4 MIPS RISC/OS 4" -! # @echo " irix4 Silicon Graphics IRIX 4" -! # @echo " irix5 Silicon Graphics IRIX 5" -! # @echo " hpux7 Hewlett-Packard HP-UX 7" -! # @echo " hpux8 Hewlett-Packard HP-UX 8" -! # @echo " hpux9 Hewlett-Packard HP-UX 9" -! # @echo " sco SCO unix System V release 3.2 (v4.0 & 4.1)" -! # @echo " svr4 Generic System V Release 4 UNIX" -! # @echo " attsvr4 AT&T's own System V Release 4" -! # @echo " aux2 Apple A/UX 2" -! # @echo " aux3 Apple A/UX 3" -! # @echo " ultrix3 Digital Ultrix 3" -! # @echo " ultrix4 Digital Ultrix 4" -! # @echo " alpha Digital Alpha AXP OSF" -! # @echo " alpha3 Digital Alpha AXP OSF; 3.0 or later" -! # @echo " linux Linux 0.99.13q or later" -! # @echo " unicos6 Cray UNICOS 6" -! # @echo " convex Convex ConvexOS" -! # @echo " next NeXT/Mach (NeXTSTEP 2 or 3.0)" -! # @echo " nextmab NeXT/Mach (NeXTSTEP 3.1 MAB)" -! # @echo " pyramid4 Pyramid's dualPort OSx 4" -! # @echo " other Other BSD-based Unixes (who knows, it may even work :-)" -! # @echo "" -! # @echo "For example: make sunos4" -! # @echo "" - - # - # Use this if Linux 0.99.13q or later -*************** -*** 120,125 **** ---- 122,136 ---- - @(cd src ; $(MAKE) CC="$(CC)" LDFLAGS="$(LDFLAGS)" \ - LIBS="-lutil $(GLIBS)" CFLAGS="$(CFLAGS) -DBSD386 \ - $(GDEFS) -DHAVE_KVM" KSRC=386bsd in.identd) -+ -+ # -+ # Use this if FreeBSD 2.x -+ # -+ freebsd: -+ @echo "Building for FreeBSD 2.x ..." -+ @(cd src ; $(MAKE) CC="$(CC)" LDFLAGS="$(LDFLAGS)" \ -+ LIBS="-lkvm $(GLIBS)" CFLAGS="$(CFLAGS) -DFREEBSD \ -+ $(GDEFS) -DHAVE_KVM" KSRC=freebsd in.identd) - - # - # Use this if BSDI's BSD/386 (the commercial BSD) +! fake: + @echo "Please specify the type of system you wish to build for." + @echo "Valid systems are:" + @echo "" -- cgit v1.2.3