diff options
author | Ed Schouten <ed@FreeBSD.org> | 2009-12-06 14:22:14 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2009-12-06 14:22:14 +0000 |
commit | 0898962e4255c87782be9eff311de8c01d2b3934 (patch) | |
tree | 9294794c081dda5817576a08f2b8c3a848740377 /release/pc98/fixit-small_crunch.conf | |
parent | 21cc85878c88332df2d252e2cf5518f69fa5d802 (diff) | |
download | src-0898962e4255c87782be9eff311de8c01d2b3934.tar.gz src-0898962e4255c87782be9eff311de8c01d2b3934.zip |
Don't forget to link the fixits against -lulog.
reboot(8) now depends on it.
Reported by: nyan
Notes
Notes:
svn path=/head/; revision=200181
Diffstat (limited to 'release/pc98/fixit-small_crunch.conf')
-rw-r--r-- | release/pc98/fixit-small_crunch.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/pc98/fixit-small_crunch.conf b/release/pc98/fixit-small_crunch.conf index 111f1cdcda51..b9a48cae3c9a 100644 --- a/release/pc98/fixit-small_crunch.conf +++ b/release/pc98/fixit-small_crunch.conf @@ -40,4 +40,4 @@ srcdirs /usr/src/usr.sbin progs chown ln chown chgrp -libs -lgeom -lbsdxml -lsbuf -lkiconv -lkvm -lncurses -lutil +libs -lgeom -lbsdxml -lsbuf -lkiconv -lkvm -lncurses -lulog -lutil |