summaryrefslogtreecommitdiff
path: root/distrib/special/growfs/Makefile
blob: 7b09c9a3f8ae1528084deff327578509c80e4474 (plain)
1
2
3
4
5
6
7
8
9
10
# $OpenBSD: Makefile,v 1.1 2017/11/19 12:11:54 job Exp $

PROG=	growfs
SRCS=	growfs.c

DPADD=	${LIBUTIL}
LDADD=	-lutil

.PATH:	${.CURDIR}/../../../sbin/growfs
.include <bsd.prog.mk>