alpha can build groff now.
This commit is contained in:
parent
5530d8edb4
commit
6fda0c28d0
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.23 1995/06/20 09:55:18 cgd Exp $
|
||||
# $NetBSD: Makefile,v 1.24 1995/09/27 12:46:07 cgd Exp $
|
||||
|
||||
SUBDIR+= bc cpio dc diff diff3 gawk grep
|
||||
SUBDIR+= bc cpio dc diff diff3 gawk grep groff
|
||||
SUBDIR+= gzip rcs sdiff send-pr sort tar
|
||||
|
||||
# some ports don't use the tool chain in /usr/src
|
||||
|
@ -8,11 +8,6 @@ SUBDIR+= gzip rcs sdiff send-pr sort tar
|
|||
SUBDIR+= gas gcc2 gdb ld
|
||||
.endif
|
||||
|
||||
# some ports can't build groff (because it uses g++)
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
SUBDIR+= groff
|
||||
.endif
|
||||
|
||||
# XXX alpha still needs the /usr/bin/cpp script.
|
||||
.if (${MACHINE_ARCH} == "alpha")
|
||||
afterinstall:
|
||||
|
|
Loading…
Reference in New Issue