summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nslookup/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nslookup/Makefile')
-rw-r--r--usr.sbin/nslookup/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.sbin/nslookup/Makefile b/usr.sbin/nslookup/Makefile
new file mode 100644
index 0000000..4295c99
--- /dev/null
+++ b/usr.sbin/nslookup/Makefile
@@ -0,0 +1,14 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+
+PROG= nslookup
+SRCS= main.c commands.l getinfo.c debug.c send.c skip.c list.c subr.c
+MAN8= nslookup.8
+DPADD+= ${LIBL}
+LDADD+= -ll
+CLEANFILES+=lex.yy.o
+
+beforeinstall:
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/nslookup.help \
+ ${DESTDIR}/usr/share/misc
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud