diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1996-06-15 06:55:51 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1996-06-15 06:55:51 +0000 |
commit | 6af1cd4c5d458eb60b51d826a617291f8a70b1c2 (patch) | |
tree | 798c5d4582b71aefd4e16e9e0efc5996cedcf81b /security/fwtk/files/patch-ab | |
parent | Change NO_PACKAGE to NO_CDROM, these are "don't sell for profit" licenses. (diff) |
Port of TIS's FWTK. This port is RESTRICTED (no form of
redistribution, even mirroring, is allowed)
Notes
Notes:
svn path=/head/; revision=3222
Diffstat (limited to 'security/fwtk/files/patch-ab')
-rw-r--r-- | security/fwtk/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/fwtk/files/patch-ab b/security/fwtk/files/patch-ab new file mode 100644 index 000000000000..eb86fe1a275b --- /dev/null +++ b/security/fwtk/files/patch-ab @@ -0,0 +1,13 @@ +--- fixmake.orig Fri Nov 4 23:31:27 1994 ++++ fixmake Wed May 15 21:28:30 1996 +@@ -30,8 +30,8 @@ + echo renaming $name to $name.proto + mv $name $name.proto + fi +- cat $MASTER > $name +- sed '/^include/d' $name.proto >> $name ++ sed 's/^include[^.M]\(.*\)/.include <\1>/' $name.proto \ ++ | sed 's/CFLAGS=/CFLAGS+=/' > $name + echo "built $name" + done + ) |