summaryrefslogblamecommitdiff
path: root/emulators/vmware3/files/Makefile.vmmon
blob: 324311e69ae0e405e7623633fdaad943e41536f1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

           

                                                
 
        

                                        

                

                           
# $FreeBSD$

MAKE_SMP=	make -f Makefile.freebsd SMP=YES
MAKE_UP=	make -f Makefile.freebsd SMP=NO

all:	
	${MAKE_SMP} clean && ${MAKE_SMP}
	${MAKE_UP} clean && ${MAKE_UP}

install:	
	${MAKE_SMP} install
	${MAKE_UP} install