diff options
author | ats <ats@FreeBSD.org> | 1995-05-28 21:21:26 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-05-28 21:21:26 +0000 |
commit | 0575dd01905c87bfe6aa6967d5a1eb2defd04555 (patch) | |
tree | 497d2a5c1b96e126c9d10e42c6ad82802a0fa4c4 /gnu | |
parent | 4c3abf163be0d028b38926fb89cbe80eb193ca69 (diff) | |
download | FreeBSD-src-0575dd01905c87bfe6aa6967d5a1eb2defd04555.zip FreeBSD-src-0575dd01905c87bfe6aa6967d5a1eb2defd04555.tar.gz |
Added a NOMAN= macro as this subdir doesn't have a manpage yet.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.sbin/isdn/rst/Makefile | 1 | ||||
-rw-r--r-- | gnu/usr.sbin/isdn/spy/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.sbin/isdn/rst/Makefile b/gnu/usr.sbin/isdn/rst/Makefile index a3c6932..203ced9 100644 --- a/gnu/usr.sbin/isdn/rst/Makefile +++ b/gnu/usr.sbin/isdn/rst/Makefile @@ -1,4 +1,5 @@ PROG= rst CFLAGS+= -DBSD -O +NOMAN= .include <bsd.prog.mk> diff --git a/gnu/usr.sbin/isdn/spy/Makefile b/gnu/usr.sbin/isdn/spy/Makefile index 2a9167c..cfe369c 100644 --- a/gnu/usr.sbin/isdn/spy/Makefile +++ b/gnu/usr.sbin/isdn/spy/Makefile @@ -1,4 +1,5 @@ PROG= spy CFLAGS+= -DBSD -O +NOMAN= .include <bsd.prog.mk> |