Make CLEANFILES just a little bit less psychotic.

This commit is contained in:
Jordan K. Hubbard 1994-10-28 06:41:47 +00:00
parent faa28a39e9
commit 48b5162585
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3958

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.3 1994/10/09 20:31:01 rgrimes Exp $
# $Id: Makefile,v 1.4 1994/10/26 05:41:47 phk Exp $
#
FLOPPY= fd0
@ -15,7 +15,7 @@ CPIO1+= rdump rrestore halt
CPIO1+= ftp rsh sed telnet rlogin
# Somewhat on the rough side...
CLEANFILES= *
CLEANFILES= *.o *.c *.cache
MTREE_DIR= ${.CURDIR}/../etc/mtree