diff options
author | ache <ache@FreeBSD.org> | 2000-09-16 03:33:00 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-09-16 03:33:00 +0000 |
commit | 7a44ca40ed25070ef620bcb4170b4579aafd83b1 (patch) | |
tree | da05771858cfea90874fd9dadc7d3b57c450d894 /usr.sbin/tzsetup | |
parent | ac8e5477e1fd43d0e754f159392306e8a1093d43 (diff) | |
download | FreeBSD-src-7a44ca40ed25070ef620bcb4170b4579aafd83b1.zip FreeBSD-src-7a44ca40ed25070ef620bcb4170b4579aafd83b1.tar.gz |
Remove unneded -lmytinfo
Diffstat (limited to 'usr.sbin/tzsetup')
-rw-r--r-- | usr.sbin/tzsetup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tzsetup/Makefile b/usr.sbin/tzsetup/Makefile index 1e037a9..b746ce9 100644 --- a/usr.sbin/tzsetup/Makefile +++ b/usr.sbin/tzsetup/Makefile @@ -3,7 +3,7 @@ PROG= tzsetup MAN8= tzsetup.8 CFLAGS+= -I${.CURDIR} -LDADD+= -ldialog -lncurses -lmytinfo -DPADD+= ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO} +LDADD+= -ldialog -lncurses +DPADD+= ${LIBDIALOG} ${LIBNCURSES} .include <bsd.prog.mk> |