pwdog is not for all platforms, build only on i386, x86_64, and sparc64
This commit is contained in:
parent
5e68c86d4d
commit
1d8ccccd63
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.87 2011/08/11 07:33:25 mbalmer Exp $
|
# $NetBSD: Makefile,v 1.88 2011/08/11 12:03:06 mbalmer Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
@ -49,7 +49,6 @@ SUBDIR+= procfs
|
|||||||
SUBDIR+= ptyfs
|
SUBDIR+= ptyfs
|
||||||
SUBDIR+= puffs
|
SUBDIR+= puffs
|
||||||
SUBDIR+= putter
|
SUBDIR+= putter
|
||||||
SUBDIR+= pwdog
|
|
||||||
SUBDIR+= scsiverbose
|
SUBDIR+= scsiverbose
|
||||||
SUBDIR+= secmodel_bsd44
|
SUBDIR+= secmodel_bsd44
|
||||||
SUBDIR+= secmodel_overlay
|
SUBDIR+= secmodel_overlay
|
||||||
@ -181,6 +180,12 @@ SUBDIR+= compat_aoutm68k
|
|||||||
#SUBDIR+= compat_svr4
|
#SUBDIR+= compat_svr4
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${MACHINE_ARCH} == "i386" || \
|
||||||
|
${MACHINE_ARCH} == "x86_64" || \
|
||||||
|
${MACHINE_ARCH} == "sparc64"
|
||||||
|
SUBDIR+= pwdog
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
# we need our device mapper for LVM
|
# we need our device mapper for LVM
|
||||||
|
Loading…
Reference in New Issue
Block a user