diff options
author | bde <bde@FreeBSD.org> | 1996-03-19 14:30:15 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-03-19 14:30:15 +0000 |
commit | a10bba8d1ebc7db2cfb70a6333cddd7cf81fd360 (patch) | |
tree | cef8b26efab5596fa01009019827cba79e3fde10 /usr.sbin/sade/Makefile | |
parent | c475889107562ac65c5cf8653e0b999326c55b49 (diff) | |
download | FreeBSD-src-a10bba8d1ebc7db2cfb70a6333cddd7cf81fd360.zip FreeBSD-src-a10bba8d1ebc7db2cfb70a6333cddd7cf81fd360.tar.gz |
sysinstall/Makefile:
Fixed DPADD again.
mk/bsd.README
Don't list the LIBXXX identifiers here. Describe them better.
mk/bsd.prog.mk
Updated the list of LIBXXX identifiers.
- recently added library libdisk.a wasn't mentioned (required for sysinstall)
- old objects kz*.o weren't mentioned
- old libraries libc_pic.a, libcom_err.a, libf2c.a, libg++.a, libgcc_pic.a,
libgmp.a, libipx.a, libkeycap.a, libss.a and libxpg4.a weren't mentioned
- old libraries libgnumalloc.a and libftp.a no longer exist
- old library libmp.a was said to not exist
- deprecated links libfl.a and libln.a weren't mentioned
Diffstat (limited to 'usr.sbin/sade/Makefile')
-rw-r--r-- | usr.sbin/sade/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile index 7873d7c..eb87590 100644 --- a/usr.sbin/sade/Makefile +++ b/usr.sbin/sade/Makefile @@ -13,7 +13,7 @@ SRCS= anonFTP.c apache.c attr.c cdrom.c command.c config.c decode.c \ CFLAGS+= -Wall -I${.CURDIR}/../../gnu/lib/libdialog -DPADD= ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO} ${LIBUTIL} +DPADD= ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO} ${LIBUTIL} ${LIBDISK} LDADD= -ldialog -lncurses -lmytinfo -lutil -ldisk makedevs.c: Makefile rtermcap |