head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	RELEASE_3_0_0:1.1
	RELEASE_2_2_7:1.1
	fwtk_2_1:1.1
	fwtk_1_3:1.1
	RELEASE_2_2_6:1.1
	RELEASE_2_2_5:1.1
	RELEASE_2_2_1:1.1
	RELEASE_2_2_2:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.03.28.23.04.51;	author pat;	state Exp;
branches;
next	1.1;

1.1
date	97.03.07.12.33.43;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Install config file as a sample file

PR:		36442
Submitted by:	ago <a.go@@wish.net>
@
text
@--- config/Makefile.orig	Fri Nov  4 23:30:45 1994
+++ config/Makefile	Wed May 15 21:28:28 1996
@@@@ -11,7 +11,7 @@@@
 #
 # RcsId: "$Header: /home/ncvs/ports/security/fwtk/patches/patch-aa,v 1.1.1.1 1996/06/15 06:55:51 gpalmer Exp $"
 
 include	../Makefile.config
 
 
 # these are no-ops
@@@@ -19,7 +19,7 @@@@
 clean:
 
 install:
-	if [ ! -f $(DEST)/netperm-table ]; then \
-		$(CP) netperm-table $(DEST); \
-		chmod 644 $(DEST)/netperm-table; \
+	if [ ! -f $(DEST)/../etc/netperm-table.sample ]; then \
+		$(CP) netperm-table $(DEST)/../etc/netperm-table.sample; \
+		chmod 644 $(DEST)/../etc/netperm-table.sample; \
 	fi
@


1.1
log
@Respects ${PREFIX}
Broke up mega-patches into one/file.
@
text
@d18 3
a20 3
+	if [ ! -f $(DEST)/../etc/netperm-table ]; then \
+		$(CP) netperm-table $(DEST)/../etc/; \
+		chmod 644 $(DEST)/../etc/netperm-table; \
@

