blob: 9969e2362eafa50ef81091ce33921fb8c54440b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $Xenocara: Makefile,v 1.2 2006/04/17 20:16:24 matthieu Exp $
SUBDIR= libs fvwm sample.fvwmrc utils icons modules
build:
${MAKE} cleandir
${MAKE}
${SUDO} ${MAKE} install
includes:
update:
.include <bsd.subdir.mk>
|