Define SMALL.

This commit is contained in:
briggs 2000-06-26 12:34:05 +00:00
parent 72e9fc0fb5
commit 379713ee71

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2000/06/12 02:36:18 jtk Exp $
# $NetBSD: Makefile,v 1.3 2000/06/26 12:34:05 briggs Exp $
PROG= dhclient
MKMAN= no
@ -23,7 +23,7 @@ SRCS+= ${OMSRCS}
COMOBJS+= ${COMSRCS:N*.h:N*.sh:N*.fth:R:S/$/.o/g}
SRCS+= ${COMSRCS}
CPPFLAGS+=-I${RSRCDIR} -I${RSRCDIR}/includes
CPPFLAGS+=-DSMALL -I${RSRCDIR} -I${RSRCDIR}/includes
COPTS+= -Os
all: ${PROG}