diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-03-03 11:59:13 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-03-03 11:59:13 +0000 |
commit | bee45b6272f7d1fee8afd7de1703512c128927f0 (patch) | |
tree | d0912a37e14896453cbd812c29056ebe4e19bd6f /usr.sbin/pccon/Makefile | |
parent | 90e3b076ebe35e7e6b18f33b236c7b67dfb8076b (diff) |
pc console ioctl interface.
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> |