diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-01-12 00:27:39 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-01-12 00:27:39 +0000 |
commit | 966ba8eb2080f66bc95efba244f1841ba026fe4b (patch) | |
tree | bffcbdd8325e44df9c2ab5c67cf43093b14db5d1 /distrib/powerpc | |
parent | a14726d2ef1f049c60c9b8d4ff6e933bddb1a87a (diff) |
Do not link against libcrypt, It doesn't exists anymore.
Diffstat (limited to 'distrib/powerpc')
-rw-r--r-- | distrib/powerpc/inst-common/raminst.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/powerpc/inst-common/raminst.conf b/distrib/powerpc/inst-common/raminst.conf index 62a6753fd83..fdee4d29e71 100644 --- a/distrib/powerpc/inst-common/raminst.conf +++ b/distrib/powerpc/inst-common/raminst.conf @@ -20,4 +20,4 @@ ln test [ ln mount_ffs ffs ln newfs mount_mfs -libs -ledit -lutil -ltermcap -lcompat -lcrypt -ll -lm -lz +libs -ledit -lutil -ltermcap -lcompat -ll -lm -lz |