Added a NOMAN= macro as this subdir doesn't have a manpage yet.

This commit is contained in:
Andreas Schulz 1995-05-28 21:21:26 +00:00
parent ad15376867
commit 6ba0afa724
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
PROG= rst
CFLAGS+= -DBSD -O
NOMAN=
.include <bsd.prog.mk>

View File

@ -1,4 +1,5 @@
PROG= spy
CFLAGS+= -DBSD -O
NOMAN=
.include <bsd.prog.mk>