diff options
author | jkh <jkh@FreeBSD.org> | 1996-03-19 03:26:33 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-03-19 03:26:33 +0000 |
commit | e8a940f758ee1a96decb80b1aa9c099196f2c53e (patch) | |
tree | bfc916d0b154e3f2f34fd28ea35f06a6f338aa54 /release/Makefile | |
parent | 2a6c56cfef8c9cc143e0d0edc2007100e6c919eb (diff) | |
download | FreeBSD-src-e8a940f758ee1a96decb80b1aa9c099196f2c53e.zip FreeBSD-src-e8a940f758ee1a96decb80b1aa9c099196f2c53e.tar.gz |
Move libdisk to its new home.
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index ff00a4b..9248896 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.207 1996/02/13 13:28:41 joerg Exp $ +# $Id: Makefile,v 1.208 1996/02/27 03:40:40 jkh Exp $ # # How to roll a release: # @@ -178,7 +178,6 @@ release.3: # You are not supposed to like this :-) release.4: @cd ${.CURDIR} && $(MAKE) ckRELEASEDIR - cd ${.CURDIR}/libdisk && make obj && make depend && make all cd ${.CURDIR}/sysinstall && make obj && make depend && make all rm -rf ${RD}/crunch mkdir -p ${RD}/crunch |