summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/scon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pcvt/scon/Makefile')
-rw-r--r--usr.sbin/pcvt/scon/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/usr.sbin/pcvt/scon/Makefile b/usr.sbin/pcvt/scon/Makefile
new file mode 100644
index 0000000..58316d3
--- /dev/null
+++ b/usr.sbin/pcvt/scon/Makefile
@@ -0,0 +1,19 @@
+
+.if !exists(${.CURDIR}/../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
+.else
+
+PROG = scon
+
+.include <bsd.prog.mk>
+
+$(PROG): $(INCDIR)/pcvt_ioctl.h
+
+.endif
OpenPOWER on IntegriCloud