mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
10 lines
116 B
Makefile
10 lines
116 B
Makefile
# @(#)Makefile 8.3 (Berkeley) 5/8/95
|
|
|
|
PACKAGE=runtime
|
|
|
|
PROG= df
|
|
SRCS= df.c
|
|
|
|
LIBADD= xo util
|
|
|
|
.include <bsd.prog.mk>
|