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

This commit is contained in:
ats 1995-05-28 21:21:26 +00:00
parent 551d1d1c70
commit 60951e078f
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>