blob: 4c91212f0cbead8ebbaea7ddf1f1c9b02a865aee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $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>
|