diff options
author | ache <ache@FreeBSD.org> | 2000-09-16 03:56:25 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-09-16 03:56:25 +0000 |
commit | 26c63f1d73c2fa960022434f29de30706d819795 (patch) | |
tree | 11983224a677fb79993a6723e1bf427d757277d8 /release/sysinstall | |
parent | e5f9e7dd4a25ff9e49c74ec2dab31487a72f5806 (diff) | |
download | FreeBSD-src-26c63f1d73c2fa960022434f29de30706d819795.zip FreeBSD-src-26c63f1d73c2fa960022434f29de30706d819795.tar.gz |
Remove unneded -lmytinfo
Diffstat (limited to 'release/sysinstall')
-rw-r--r-- | release/sysinstall/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/Makefile b/release/sysinstall/Makefile index c65464a..ee75e66 100644 --- a/release/sysinstall/Makefile +++ b/release/sysinstall/Makefile @@ -22,8 +22,8 @@ CFLAGS+= -Wall -I${.CURDIR}/../../gnu/lib/libdialog -I${.OBJDIR} CFLAGS+= -DPC98 .endif -DPADD= ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO} ${LIBUTIL} ${LIBDISK} ${LIBFTPIO} -LDADD= -ldialog -lncurses -lmytinfo -lutil -ldisk -lftpio +DPADD= ${LIBDIALOG} ${LIBNCURSES} ${LIBUTIL} ${LIBDISK} ${LIBFTPIO} +LDADD= -ldialog -lncurses -lutil -ldisk -lftpio makedevs.c: Makefile rtermcap keymap.h rm -f makedevs.tmp |