diff options
Diffstat (limited to 'usr.bin/pctr/Makefile')
-rw-r--r-- | usr.bin/pctr/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/pctr/Makefile b/usr.bin/pctr/Makefile new file mode 100644 index 00000000000..4cbe4b008ff --- /dev/null +++ b/usr.bin/pctr/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 1996/08/14 22:31:47 dm Exp $ +# $NetBSD: Makefile,v 1.7 1995/09/28 06:24:35 perry Exp $ + +PROG= pctr +NOMAN= yes + +.include <bsd.prog.mk> |