1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/sbin/dumpfs/Makefile
Glen Barber 406d87b1c3 Explicitly add more files to the 'runtime' package.
Sponsored by:	The FreeBSD Foundation
2016-02-09 20:19:31 +00:00

11 lines
139 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
PACKAGE=runtime
PROG= dumpfs
WARNS?= 2
LIBADD= ufs
MAN= dumpfs.8
.include <bsd.prog.mk>