diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-25 21:32:17 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-25 21:32:17 +0000 |
commit | ca20eee8a154b2ffc9df0940a63371bcd284aaed (patch) | |
tree | 2be4056cd94f078774d7c965c865f62e5289467a /distrib/crunch | |
parent | d44dfb5d692e3c38d987ca775af156909295c7b3 (diff) |
Did some s/NetBSD/OpenBSD/, s/netbsd/bsd/ and $OpenBSD$ additions.
However this stuff is largely related to NetBSD and must be completely
redone, if we will make real relases sometime
Diffstat (limited to 'distrib/crunch')
-rw-r--r-- | distrib/crunch/examples/fixit.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/crunch/examples/fixit.conf b/distrib/crunch/examples/fixit.conf index 14c16946381..12a372a2eca 100644 --- a/distrib/crunch/examples/fixit.conf +++ b/distrib/crunch/examples/fixit.conf @@ -1,3 +1,4 @@ +# $OpenBSD: fixit.conf,v 1.2 1996/04/25 21:27:50 niklas Exp $ # fixit.conf - put in anything we think we might want on a fixit floppy # first, we list the source dirs that our programs reside in. These are @@ -38,7 +39,7 @@ ln gzip gzcat # finally, we specify the libraries to link in with our binary -libs -ledit # NetBSDism +libs -ledit # {Net,Open}BSDism libs -lcrypt # but don't include this when exporting :-( libs -lcurses -ltermcap libs -lkvm -ltelnet -lutil -ll |