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/addr/Makefile | |
| parent | ebcbc731ab60ca9dbc8c741eaf1ef4a03d4d4799 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/bind/addr/Makefile')
| -rw-r--r-- | usr.sbin/bind/addr/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/bind/addr/Makefile b/usr.sbin/bind/addr/Makefile new file mode 100644 index 000000000000..5f8b1739f1b5 --- /dev/null +++ b/usr.sbin/bind/addr/Makefile @@ -0,0 +1,13 @@ +# $Id$ + +.include "${.CURDIR}/../Makefile.inc" + +.PATH: ${BIND_DIR}/tools +.PATH: ${BIND_DIR}/man + +PROG= addr +NOMAN= naughty vixie! :-) + +BINDIR= ${DESTBIN} + +.include <bsd.prog.mk> |
