summaryrefslogtreecommitdiff
path: root/share/examples/disktab/Makefile
blob: 50b51962f54250c583a734059b0bed60e4d41580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.1 2002/12/17 15:16:42 jdolecek Exp $

NOOBJ=	# defined

.include <bsd.own.mk>

.if ${MKSHARE} != "no"
FILES=		disktab
FILESDIR=	/usr/share/examples/disktab
.endif

.include <bsd.prog.mk>