freebsd-ports/emulators/vmware2/files/Makefile.vmmon
Akinori MUSHA 9b0e7f3d02 As our new bsd.kmod.mk doesn't seemt to support "make clean all",
do "make clean && make" instead.

This should fix the build on a recent CURRENT.
2001-02-25 10:16:25 +00:00

12 lines
222 B
Makefile

# $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