summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-05-28 21:21:26 +0000
committerats <ats@FreeBSD.org>1995-05-28 21:21:26 +0000
commit0575dd01905c87bfe6aa6967d5a1eb2defd04555 (patch)
tree497d2a5c1b96e126c9d10e42c6ad82802a0fa4c4
parent4c3abf163be0d028b38926fb89cbe80eb193ca69 (diff)
downloadFreeBSD-src-0575dd01905c87bfe6aa6967d5a1eb2defd04555.zip
FreeBSD-src-0575dd01905c87bfe6aa6967d5a1eb2defd04555.tar.gz
Added a NOMAN= macro as this subdir doesn't have a manpage yet.
-rw-r--r--gnu/usr.sbin/isdn/rst/Makefile1
-rw-r--r--gnu/usr.sbin/isdn/spy/Makefile1
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>
OpenPOWER on IntegriCloud