Home | History | Annotate | Line # | Download | only in fstab
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 2005/09/29 21:06:43 jmmv Exp $
      2 
      3 NOOBJ=	# defined
      4 
      5 .include <bsd.own.mk>
      6 
      7 .if ${MKSHARE} != "no"
      8 FILES=	fstab.cdrom fstab.nfs.1 fstab.nfs.2 fstab.nfs.3 fstab.pseudo fstab.ra \
      9 	fstab.ramdisk fstab.rd fstab.sd0.1 fstab.sd0.2 fstab.sd0.amiga \
     10 	fstab.sd0.atari fstab.tmpfs fstab.wd0.1 fstab.wd0.2 fstab.wd0.3 \
     11 	fstab.wd0.cobalt
     12 FILESDIR=/usr/share/examples/fstab
     13 .endif
     14 
     15 .include <bsd.prog.mk>
     16