mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 14:24:09 +01:00
da974ed4ab
X-MFC-With: r304058
10 lines
120 B
Makefile
10 lines
120 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= nfsstat
|
|
CFLAGS+=-DNFS
|
|
|
|
LIBADD+= devstat
|
|
|
|
.include <bsd.prog.mk>
|