mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
9 lines
131 B
Makefile
9 lines
131 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= badsect
|
|
LIBADD= ufs
|
|
MAN= badsect.8
|
|
|
|
.include <bsd.prog.mk>
|