diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-02 12:29:03 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-02 12:29:03 +0000 |
| commit | c6949047a44a3c768b41a3a33b86e9fc77875df5 (patch) | |
| tree | 1d8084505cd19cce9358e6cbd074d8809b9f07bc /release | |
| parent | a1f6d91cc2800e2993d2c36e1fd25bfe028515d0 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile index 89d7233172c6..f00630f85119 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.100 1995/02/02 04:07:51 jkh Exp $ +# $Id: Makefile,v 1.101 1995/02/02 08:03:24 ache Exp $ # FLOPPY= fd0 @@ -37,8 +37,9 @@ CPIO4= /usr/sbin/tzsetup CPIO4B= tzsetup # Somewhat on the rough side... -CLEANFILES+= *.o *.c *.cache *.mk *.lo ${CPIO1} *.flp *.gz -CLEANFILES+= boot_flp cpio_flp_1 kernel.* +CLEANFILES+= *.o *.c *.cache *.mk *.lo ${CPIO1} ${CPIO2} ${CPIO3} ${CPIO4B} +CLEANFILES+= *.flp *.gz +CLEANFILES+= boot_flp cpio_flp_1 kernel.* kernel *.core MTREE_DIR= ${.CURDIR}/../etc/mtree |
