1# $OpenBSD: Makefile,v 1.3 2023/08/14 08:56:21 kn Exp $ 2 3PROG= mount 4SRCS= mount.c 5COPTS+= -DSMALL 6DPADD= ${LIBUTIL} 7LDADD= -lutil 8 9.PATH: ${.CURDIR}/../../../sbin/mount 10.include <bsd.prog.mk> 11