remove sun2 from no-rump list

This commit is contained in:
pooka 2007-09-24 14:19:36 +00:00
parent 018bb97124
commit d418c3a3f7
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.64 2007/09/23 23:08:04 pooka Exp $
# $NetBSD: Makefile,v 1.65 2007/09/24 14:19:36 pooka Exp $
SUBDIR= altq arch compat dev fs miscfs \
net net80211 netatalk netbt netipsec netinet netinet6 \
@ -6,7 +6,6 @@ SUBDIR= altq arch compat dev fs miscfs \
nfs opencrypto sys ufs uvm
.if (${MACHINE} != "vax" \
&& ${MACHINE} != "sun2" \
&& ${MACHINE} != "evbppc")
SUBDIR+= rump
.endif