diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-26 10:26:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-26 10:26:04 +0000 |
commit | 464afe6e47a10f3be60e044677bf8f7ab272a34d (patch) | |
tree | e218e9a92983499a90da52113c06fdc52735b43d /sys/arch/hppa64 | |
parent | 8f81a952cf32096e1d4458c4a9654350201327ef (diff) |
few more dribbles of LIBKERN cleanup
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r-- | sys/arch/hppa64/stand/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa64/stand/Makefile.inc b/sys/arch/hppa64/stand/Makefile.inc index feb38266a32..7818b6a02d8 100644 --- a/sys/arch/hppa64/stand/Makefile.inc +++ b/sys/arch/hppa64/stand/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 2007/11/26 10:01:42 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2007/11/26 10:26:02 deraadt Exp $ CFLAGS=${DEBUG} -Os -Wall -Werror CPPFLAGS+=-I${S} -I. -I${.CURDIR} @@ -15,7 +15,7 @@ HEAP_LIMIT=0x7f8000 CLEANFILES+= machine DEBUGLIBS= no -.if !make(libdep) && !make(sadep) && !make(salibdir) && !make(kernlibdir) && !make(obj) && !(defined(PROG) && ${PROG} == "mkboot") +.if !make(libdep) && !make(sadep) && !make(salibdir) && !make(obj) && !(defined(PROG) && ${PROG} == "mkboot") .BEGIN: @([ -h machine ] || ln -s $(S)/arch/hppa64/include machine) .endif |