diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-06 06:52:42 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-06 06:52:42 +0000 |
commit | 5180b262522eab45dbfb77a756980ca72c879426 (patch) | |
tree | 342df0c679fb379ebe3e0b7b99f5564e1154f94f /net/slirp/files | |
parent | Added gawk. (diff) |
The slip-over-a-shell-account stuff people have been talking about from
danjo@freedom.wit.com.
Diffstat (limited to 'net/slirp/files')
-rw-r--r-- | net/slirp/files/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/slirp/files/patch-aa b/net/slirp/files/patch-aa new file mode 100644 index 000000000000..aff81bd2e96a --- /dev/null +++ b/net/slirp/files/patch-aa @@ -0,0 +1,21 @@ +*** Makefile.orig Wed Apr 5 23:23:25 1995 +--- Makefile Wed Apr 5 23:23:51 1995 +*************** +*** 40,47 **** + + linux: + @$(MAKE) "CFLAGS = $(CFLAGS) -D_LITTLE_ENDIAN_ -DLINUX -DDEBUG -O2 -g -Wstrict-prototypes" \ +! slurp +! + + # + # OBJ's +--- 40,47 ---- + + linux: + @$(MAKE) "CFLAGS = $(CFLAGS) -D_LITTLE_ENDIAN_ -DLINUX -DDEBUG -O2 -g -Wstrict-prototypes" \ +! slurp +! + + # + # OBJ's |