diff options
author | Bruce Evans <bde@FreeBSD.org> | 1997-01-01 05:15:09 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1997-01-01 05:15:09 +0000 |
commit | 7793986515171eb916cbb2beaecb5afb2ce30b42 (patch) | |
tree | 4b0ff108418d24bfb159d13b07de037324e742b3 /share/syscons/fonts/Makefile | |
parent | 8cd33d23b475f480034fe929de7d9d762864edc3 (diff) |
Don't create unused object directory.
Don't override harmless clean rule.
Notes
Notes:
svn path=/head/; revision=21160
Diffstat (limited to 'share/syscons/fonts/Makefile')
-rw-r--r-- | share/syscons/fonts/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile index f556cc60b8f8..2764159d4d39 100644 --- a/share/syscons/fonts/Makefile +++ b/share/syscons/fonts/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1996/02/18 02:25:32 wosch Exp $ +# $Id: Makefile,v 1.9 1996/08/19 22:13:05 wosch Exp $ FONTS= cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \ cp437-thin-8x8.fnt cp437-thin-8x16.fnt \ @@ -18,12 +18,9 @@ FONTS= cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \ FONTDIR = /usr/share/syscons/fonts NOMAN = noman - -all clean: - @echo -n +NOOBJ = noobj install: - cd ${.CURDIR}; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FONTS} \ ${DESTDIR}${FONTDIR} |