summaryrefslogtreecommitdiff
path: root/doc/Makefile
blob: 8fbf3e8b5be57c0befb94147ee81ed9744db8595 (plain)
1
2
3
4
5
6
7
8
9
10
11
DIR=	${DOCDIR}/openrc
SRCS=	net.example.in
INC=	net.example

MK=	../mk
include ${MK}/os.mk

%.example.in: %.example${SFX}
	${CP} $< $@

include ${MK}/scripts.mk