diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-01-07 23:13:49 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-01-07 23:13:49 +0000 |
commit | 61bf7b98c090e3332e9fb469f07ca4c5bf4ca184 (patch) | |
tree | 5e751befbc71ed119c0a91753f91a405fc173f8e /loader/kon2/Makefile.FreeBSD | |
parent | 7a580c898db8aad8e8619d562b453436df47cb7e (diff) | |
download | anaconda-61bf7b98c090e3332e9fb469f07ca4c5bf4ca184.tar.gz anaconda-61bf7b98c090e3332e9fb469f07ca4c5bf4ca184.tar.xz anaconda-61bf7b98c090e3332e9fb469f07ca4c5bf4ca184.zip |
remove old loader dir. for referencing, go back to anaconda-8-0-branch
Diffstat (limited to 'loader/kon2/Makefile.FreeBSD')
-rw-r--r-- | loader/kon2/Makefile.FreeBSD | 30 |
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> |