summaryrefslogtreecommitdiffstats
path: root/loader/kon2/Makefile.FreeBSD
diff options
context:
space:
mode:
Diffstat (limited to 'loader/kon2/Makefile.FreeBSD')
-rw-r--r--loader/kon2/Makefile.FreeBSD30
1 files changed, 0 insertions, 30 deletions
diff --git a/loader/kon2/Makefile.FreeBSD b/loader/kon2/Makefile.FreeBSD
deleted file mode 100644
index 01dfdb885..000000000
--- a/loader/kon2/Makefile.FreeBSD
+++ /dev/null
@@ -1,30 +0,0 @@
-# project makefile for kon for FreeBSD
-# Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
-
-VERSION= 0.3
-
-SUBDIR= lib src/display src font
-
-.if exists(${.CURDIR}/.config)
-.include "${.CURDIR}/.config"
-.endif
-
-CLEANFILES= Makefile config.out .config .VERSION
-
-version:
- @expr `cat .VERSION` + 1 > .VERSION
- @echo \#define VERSION \"ver.$(VERSION).`cat .VERSION` \(`date +%m/%d`\)\" > include/version.h
-
-config:
- @sh tools/Configure.FreeBSD < config.in.FreeBSD
- -for i in $(SUBDIR); do \
- (cd ${.CURDIR}/$$i && test -f Makefile.FreeBSD && cp Makefile.FreeBSD Makefile) ; \
- done
- cp Makefile.FreeBSD Makefile
-
-install:
- (cd ${.CURDIR}/src ; make install)
- (cd ${.CURDIR}/font ; make install)
- install -g wheel -o root -m 0644 -c kon.cfg.FreeBSD /usr/local/etc/kon.cfg
-
-.include <bsd.prog.mk>