From 9c97c8f02d579c6988b1d150fd1c0fa8dacf2e87 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 20 Jul 2001 06:20:32 +0000 Subject: Perform a major cleanup of the usr.sbin Makefiles. These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. --- usr.sbin/nslookup/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'usr.sbin/nslookup/Makefile') diff --git a/usr.sbin/nslookup/Makefile b/usr.sbin/nslookup/Makefile index ed279bf..6a8acaa 100644 --- a/usr.sbin/nslookup/Makefile +++ b/usr.sbin/nslookup/Makefile @@ -3,15 +3,16 @@ USE_LIBBIND= yes .include "${.CURDIR}/../named/Makefile.inc" -.PATH: ${BIND_DIR}/bin/nslookup -.PATH: ${BIND_DIR}/doc/man +.PATH: ${BIND_DIR}/bin/nslookup +.PATH: ${BIND_DIR}/doc/man PROG= nslookup -SRCS= main.c getinfo.c debug.c send.c skip.c list.c subr.c commands.l MAN= nslookup.8 +SRCS= main.c getinfo.c debug.c send.c skip.c list.c subr.c commands.l + +CFLAGS+= -D_PATH_HELPFILE=\"${DESTHELP}/nslookup.help\" +CFLAGS+= -I${.CURDIR}/../../contrib/bind/bin/nslookup -CFLAGS+=-D_PATH_HELPFILE=\"${DESTHELP}/nslookup.help\" -CFLAGS+=-I${.CURDIR}/../../contrib/bind/bin/nslookup LDADD+= -ll -ledit -ltermcap DPADD+= ${LIBL} ${LIBEDIT} ${LIBTERMCAP} -- cgit v1.1