summaryrefslogtreecommitdiff
path: root/share/examples/fstab/Makefile
blob: e58789cea5163b9f7d9981bb8ef64990e40cc6de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$NetBSD: Makefile,v 1.5 2005/12/24 12:59:21 jmmv Exp $

NOOBJ=	# defined

.include <bsd.own.mk>

.if ${MKSHARE} != "no"
FILES=	fstab.cdrom \
	fstab.nfs.1 fstab.nfs.2 fstab.nfs.3 \
	fstab.pseudo \
	fstab.ra \
	fstab.ramdisk \
	fstab.rd \
	fstab.sd0.1 fstab.sd0.2 fstab.sd0.amiga fstab.sd0.atari \
	fstab.wd0.1 fstab.wd0.2 fstab.wd0.3 fstab.wd0.cobalt
FILESDIR=/usr/share/examples/fstab
.endif

.include <bsd.prog.mk>