mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
Eliminate a small redundancy with ALL_DISTS
Submitted by: John-Mark Gurney <jmg@hydrogen.nike.efn.org>
This commit is contained in:
parent
ccf456d095
commit
0209d3671e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25132
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.290 1997/04/13 08:46:58 joerg Exp $
|
||||
# $Id: Makefile,v 1.291 1997/04/13 20:20:25 joerg Exp $
|
||||
#
|
||||
# How to roll a release:
|
||||
#
|
||||
@ -51,7 +51,7 @@ FIXITINODE= 2000
|
||||
BOOTINODE= 100000
|
||||
|
||||
# Things which will get you into trouble if you change them
|
||||
DISTRIBUTIONS= bin ${EXTRA_DISTS}
|
||||
DISTRIBUTIONS= ${ALL_DISTS}
|
||||
MTREEFILES= ${.CURDIR}/../etc/mtree
|
||||
RD= /R/stage
|
||||
FD= /R/ftp
|
||||
|
Loading…
Reference in New Issue
Block a user