diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-08-29 19:43:00 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-08-29 19:43:00 +0000 |
| commit | 8fedc449da6b5a94dbe202c9a48a8bf91912f160 (patch) | |
| tree | 13c33ff4f656f34b738615018b34502af7f4fbd0 /usr.sbin/bind/dnsquery/Makefile | |
| parent | ebcbc731ab60ca9dbc8c741eaf1ef4a03d4d4799 (diff) | |
Import some bmake glue for bind-4.9.4-p1.vendor/bind4
This is based on Paul Vixie's makefiles, but some of it doesn't look much
like it now.
Notes
Notes:
svn path=/vendor/bind4/dist/; revision=17897
Diffstat (limited to 'usr.sbin/bind/dnsquery/Makefile')
| -rw-r--r-- | usr.sbin/bind/dnsquery/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/bind/dnsquery/Makefile b/usr.sbin/bind/dnsquery/Makefile new file mode 100644 index 000000000000..db5fb470571d --- /dev/null +++ b/usr.sbin/bind/dnsquery/Makefile @@ -0,0 +1,12 @@ +# $Id$ + +.include "${.CURDIR}/../Makefile.inc" + +.PATH: ${BIND_DIR}/tools +.PATH: ${BIND_DIR}/man + +PROG= dnsquery + +BINDIR= ${DESTBIN} + +.include <bsd.prog.mk> |
