diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2002-04-06 18:12:50 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2002-04-06 18:12:50 +0000 |
| commit | b85c5addbb9d3dced30e68fcd23ddf2252ff5660 (patch) | |
| tree | 92e9b6a44c814df40c0180889f7f45d2f64efdec /distrib/utils/libhack | |
| parent | 8e8b498d9cfcc067d00eb5cd3c21dc3c1d554473 (diff) | |
Don't override DBG here. It should be defined in parent Makefiles.
Diffstat (limited to 'distrib/utils/libhack')
| -rw-r--r-- | distrib/utils/libhack/Makefile.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/distrib/utils/libhack/Makefile.inc b/distrib/utils/libhack/Makefile.inc index 129c121bcda..49e44aa1abf 100644 --- a/distrib/utils/libhack/Makefile.inc +++ b/distrib/utils/libhack/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.15 2002/03/28 04:33:24 lukem Exp $ +# $NetBSD: Makefile.inc,v 1.16 2002/04/06 18:12:50 tsutsui Exp $ # # Include this fragment to build libhack.o # It is .o and not .a to make sure these are the @@ -23,10 +23,6 @@ HACKOBJS+= getcap.o getgrent.o getnet.o getnetgr.o getpwent.o \ libhack.o: ${HACKOBJS} ${LD} -r -o $@ ${HACKOBJS} -.if ${MACHINE_ARCH} != "sparc64" -DBG= -Os -.endif - # XXX .PATH won't work here, because of crunchgen used by various builds |
