No empty .Rs/.Re
[netbsd-mini2440.git] / sbin / mount_ffs / Makefile
blob11613f265cc7ae65d3cdeb9bc4385ef6441a4688
1 # $NetBSD: Makefile,v 1.8 2005/06/27 01:00:05 christos Exp $
3 .include <bsd.own.mk>
5 PROG= mount_ffs
6 SRCS= mount_ffs.c pathadj.c
7 MAN= mount_ffs.8
9 MLINKS= mount_ffs.8 mount_ufs.8
10 LINKS= ${BINDIR}/mount_ffs ${BINDIR}/mount_ufs
12 MOUNT= ${NETBSDSRCDIR}/sbin/mount
13 CPPFLAGS=-I${MOUNT}
14 .PATH: ${MOUNT}
16 DPADD+=${LIBUTIL}
17 LDADD+=-lutil
19 .include <bsd.prog.mk>