add -lbz2; also sort the libraries properly.
This commit is contained in:
parent
11b205990c
commit
001e4d5767
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ramdiskbin.conf,v 1.14 1999/07/05 08:52:49 fvdl Exp $
|
||||
# $NetBSD: ramdiskbin.conf,v 1.15 1999/07/26 08:07:30 christos Exp $
|
||||
#
|
||||
# ramdiskbin.conf - unified binary for the install ramdisk
|
||||
#
|
||||
@ -43,4 +43,4 @@ ln reboot halt
|
||||
ln restore rrestore
|
||||
|
||||
# libhack.o is built by Makefile & included Makefile.inc
|
||||
libs libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lipsec
|
||||
libs libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lipsec -lcrypt -ll -lm
|
||||
|
Loading…
Reference in New Issue
Block a user