Add librmt.

This commit is contained in:
pk 1996-12-01 21:51:53 +00:00
parent 91c17fedfa
commit 11e28a9fb3
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: makeconf.awk,v 1.3 1996/05/04 15:45:32 pk Exp $ # $NetBSD: makeconf.awk,v 1.4 1996/12/01 21:51:53 pk Exp $
# #
# generate crunchgen(1) configuration file from `list' spec. # generate crunchgen(1) configuration file from `list' spec.
@ -6,7 +6,7 @@
BEGIN { BEGIN {
printf("#\n# This file is automatically generated by `makeconf'\n#\n\n"); printf("#\n# This file is automatically generated by `makeconf'\n#\n\n");
printf("\nlibs -ledit -lutil -lcurses -ltermcap -lcrypt -ll -lm -lkvm\n"); printf("\nlibs -lrmt -ledit -lutil -lcurses -ltermcap -lcrypt -ll -lm -lkvm\n");
} }