summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-03 21:58:55 +0000
committermycroft <mycroft@NetBSD.org>1993-08-03 21:58:55 +0000
commit1eba44d74c92d15c1c09b2cb3b6eaba0dca8c0e9 (patch)
tree58aa4d28018c0e17f6596bf1822467fa63a105ac
parent506b98822ccfdec039310d5b4246d6d73449e21b (diff)
downloadbsdgames-darwin-1eba44d74c92d15c1c09b2cb3b6eaba0dca8c0e9.tar.gz
bsdgames-darwin-1eba44d74c92d15c1c09b2cb3b6eaba0dca8c0e9.tar.zst
bsdgames-darwin-1eba44d74c92d15c1c09b2cb3b6eaba0dca8c0e9.zip
Shouldn't use NOMAN here. We have a man page, even if we don't bother to
install the program anyway.
-rw-r--r--fortune/strfile/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/fortune/strfile/Makefile b/fortune/strfile/Makefile
index 2b8af859..d4e56bfe 100644
--- a/fortune/strfile/Makefile
+++ b/fortune/strfile/Makefile
@@ -1,7 +1,6 @@
# from: @(#)Makefile 5.1 (Berkeley) 4/27/91
-# $Id: Makefile,v 1.2 1993/08/01 05:45:20 mycroft Exp $
+# $Id: Makefile,v 1.3 1993/08/03 21:58:55 mycroft Exp $
PROG= strfile
-NOMAN= noman
.include <bsd.prog.mk>