diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2011-01-12 14:55:02 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2011-01-12 14:55:02 +0000 |
| commit | 4c8945a06b01a5c8122cdeb402af36bb46a06acc (patch) | |
| tree | fa315b999f531039df54ab7af8e99f7e8daad77c /usr.sbin/sysinstall | |
| parent | bcaa0b67896c37a82ab878f31226b35a6922c586 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall')
| -rw-r--r-- | usr.sbin/sysinstall/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile index d18033aacacb5..9eb09e20c4be9 100644 --- a/usr.sbin/sysinstall/Makefile +++ b/usr.sbin/sysinstall/Makefile @@ -18,12 +18,12 @@ CFLAGS+= -DUSE_GZIP=1 .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 .endif -CFLAGS+= -I${.CURDIR}/../../gnu/lib/libdialog -I. +CFLAGS+= -I${.CURDIR}/../../gnu/lib/libodialog -I. WARNS?= 2 -DPADD= ${LIBDIALOG} ${LIBNCURSES} ${LIBUTIL} ${LIBDISK} ${LIBFTPIO} -LDADD= -ldialog -lncurses -lutil -ldisk -lftpio +DPADD= ${LIBODIALOG} ${LIBNCURSES} ${LIBUTIL} ${LIBDISK} ${LIBFTPIO} +LDADD= -lodialog -lncurses -lutil -ldisk -lftpio CLEANFILES= makedevs.c rtermcap CLEANFILES+= keymap.tmp keymap.h countries.tmp countries.h |
