-lcrypt rots
authorderaadt <deraadt@openbsd.org>
Thu, 1 May 1997 00:33:11 +0000 (00:33 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 1 May 1997 00:33:11 +0000 (00:33 +0000)
distrib/miniroot/makeconf.awk

index 6e251c2..f7b1253 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: makeconf.awk,v 1.4 1997/04/30 18:52:48 niklas Exp $
+#      $OpenBSD: makeconf.awk,v 1.5 1997/05/01 00:33:11 deraadt Exp $
 #      $NetBSD: makeconf.awk,v 1.3 1996/05/04 15:45:32 pk Exp $
 
 #
@@ -7,7 +7,7 @@
 
 BEGIN {
        printf("#\n# This file is automatically generated by `makeconf'\n#\n\n");
-       printf("\nlibs -ledit -lutil -lcurses -ltermcap -lcrypt -ll -lm -lkvm -lz -lkrb -ldes\n");
+       printf("\nlibs -ledit -lutil -lcurses -ltermcap -ll -lm -lkvm -lz -lkrb -ldes\n");
 
 }