doc/Makefile
Alexander Langer 398b14d9a3 Add de/ subdir.
2001-02-25 12:00:49 +00:00

14 lines
205 B
Makefile

# $FreeBSD: www/Makefile,v 1.16 2000/11/30 00:03:37 kuriyama Exp $
WEB_PREFIX= ${.CURDIR}
SUBDIR= en
.if make(obj)
SUBDIR+= ja es ru zh de
.endif
links:
.include <bsd.obj.mk>
.include <bsd.subdir.mk>