1# $OpenBSD: Makefile,v 1.1 2014/12/23 17:16:02 deraadt Exp $ 2 3PROG= mount 4SRCS= mount.c 5DPADD= ${LIBUTIL} 6LDADD= -lutil 7MAN= mount.8 8 9.PATH: ${.CURDIR}/../../../sbin/mount 10.include <bsd.prog.mk> 11