summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-02-05 13:49:25 +0000
committerjkh <jkh@FreeBSD.org>1995-02-05 13:49:25 +0000
commit839ad527396286b846e58e11836f9091ceccc6d9 (patch)
tree50f3988ee320fe96b2fce23c40e51b297dbe8754 /usr.sbin/pcvt/Makefile
parent8e4f208589200093617b1a41bc21915a81e2751b (diff)
downloadFreeBSD-src-839ad527396286b846e58e11836f9091ceccc6d9.zip
FreeBSD-src-839ad527396286b846e58e11836f9091ceccc6d9.tar.gz
PCVT userland utilities.
Submitted by: hm
Diffstat (limited to 'usr.sbin/pcvt/Makefile')
-rw-r--r--usr.sbin/pcvt/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/usr.sbin/pcvt/Makefile b/usr.sbin/pcvt/Makefile
new file mode 100644
index 0000000..78fc669
--- /dev/null
+++ b/usr.sbin/pcvt/Makefile
@@ -0,0 +1,26 @@
+.if !exists(Makefile.inc)
+
+error:
+ @echo
+ @echo " You MUST link/copy"
+ @echo
+ @echo " Makefile.inc.NetBSD or Makefile.inc.FreeBSD"
+ @echo
+ @echo " to Makefile.inc before you can proceed !"
+ @echo
+
+all: error
+clean: error
+cleandir: error
+depend: error
+install: error
+
+.else
+
+SUBDIR= keycap cursor fontedit fonts kcon loadfont scon \
+ userkeys vttest ispcvt mcon
+SUBDIR+= vgaio kbdio set2061
+SUBDIR+= demo
+
+.include <bsd.subdir.mk>
+.endif
OpenPOWER on IntegriCloud