diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-10-10 09:22:37 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-10-10 09:22:37 +0000 |
commit | 04f11c618f495c940d2e3e2978690dc16c4cc1fc (patch) | |
tree | 31ff5f0486b07cc5ddea970ecb03a65a14ad10b0 /release/Makefile | |
parent | 3643c5565c362eca20edaa451d3f49e165a8b502 (diff) | |
download | src-04f11c618f495c940d2e3e2978690dc16c4cc1fc.tar.gz src-04f11c618f495c940d2e3e2978690dc16c4cc1fc.zip |
Notes
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 189419ad1ed3..44105c6ab923 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.243 1996/10/05 10:43:33 jkh Exp $ +# $Id: Makefile,v 1.244 1996/10/05 13:10:01 jkh Exp $ # # How to roll a release: # @@ -220,7 +220,7 @@ release.4: # release.5: @cd ${.CURDIR} && $(MAKE) ckRELEASEDIR - # Handle some grief caused by the ammunition braindeadness. + # Handle some grief caused by the munition braindeadness. for i in sbin/init bin/ed ; do \ ( cd ${.CURDIR}/../$$i; \ make -DNOCRYPT clean all distribute DISTDIR=${RD}/trees ) ; \ |