make smaller if SMALLPROG is defined, not CRUNCHEDPROG; it's feasible
that a crunchgen(3)ed version of pax wants -USMALL ...
This commit is contained in:
parent
6ee4925cf5
commit
c22ef7801b
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.17 2002/02/02 12:34:39 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2002/02/02 12:41:14 lukem Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
||||
|
||||
# To install on versions prior to BSD 4.4 the following may have to be
|
||||
@ -30,7 +30,7 @@ SRCS= ar_io.c ar_subs.c buf_subs.c cpio.c file_subs.c ftree.c\
|
||||
gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c\
|
||||
tar.c tty_subs.c
|
||||
|
||||
.ifdef CRUNCHEDPROG
|
||||
.ifdef SMALLPROG
|
||||
CPPFLAGS+= -DSMALL
|
||||
.else
|
||||
SRCS+= getid.c spec.c misc.c stat_flags.c pack_dev.c
|
||||
|
Loading…
Reference in New Issue
Block a user