mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
Activate svr4 module
This commit is contained in:
parent
d1721fe1cd
commit
7f84fa455a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.47 1999/01/19 00:41:17 peter Exp $
|
||||
# $Id: Makefile,v 1.48 1999/01/21 17:19:56 peter Exp $
|
||||
|
||||
# XXX present but broken: ip_mroute_mod
|
||||
# XXX not yet completed porting: acd
|
||||
|
|
@ -9,7 +9,7 @@ SUBDIR= ccd cd9660 coda fdesc if_disc if_ppp if_sl if_tun ipfw kernfs \
|
|||
|
||||
# XXX some of these can move to the general case when de-i386'ed
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
SUBDIR+=atapi coff fpu gnufpu ibcs2 joy linux lkm pcic splash syscons vesa
|
||||
SUBDIR+=atapi coff fpu gnufpu ibcs2 joy linux lkm pcic splash syscons vesa svr4
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue