aboutsummaryrefslogtreecommitdiff
blob: 840336d887c75bdb96e0336f5fdb111f0d7f2683 (plain)
1
2
3
4
5
6
7
8
9
10
11
DIR=	${DOCDIR}/gentoo-oldnet
SRCS=	net.example.in
INC=	net.example

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

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

include ${MK}/scripts.mk