diff options
Diffstat (limited to 'usr.sbin/pccon/Makefile')
-rw-r--r-- | usr.sbin/pccon/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/pccon/Makefile b/usr.sbin/pccon/Makefile new file mode 100644 index 00000000000..6d07b58fcf3 --- /dev/null +++ b/usr.sbin/pccon/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.1 1997/03/03 11:59:11 downsj Exp $ + +PROG= pccon +NOMAN= yes + +.include <bsd.prog.mk> |