16 lines
222 B
Makefile
16 lines
222 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/11/27 19:56:35 matthieu Exp $
|
|
|
|
SUBDIR= libs fvwm sample.fvwmrc utils icons modules
|
|
|
|
build:
|
|
${MAKE} cleandir
|
|
${MAKE}
|
|
${SUDO} ${MAKE} install
|
|
|
|
includes:
|
|
|
|
update:
|
|
|
|
.include <bsd.subdir.mk>
|
|
|