summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/fontedit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pcvt/fontedit/Makefile')
-rw-r--r--usr.sbin/pcvt/fontedit/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/usr.sbin/pcvt/fontedit/Makefile b/usr.sbin/pcvt/fontedit/Makefile
new file mode 100644
index 0000000..94463aa
--- /dev/null
+++ b/usr.sbin/pcvt/fontedit/Makefile
@@ -0,0 +1,20 @@
+.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= fontedit
+CLEANFILES+= core.fontedit fontedit.core
+
+.include <bsd.prog.mk>
+
+.endif
+
+
+
OpenPOWER on IntegriCloud