mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05:00
9 lines
117 B
Makefile
9 lines
117 B
Makefile
|
|
# $Id$
|
||
|
|
|
||
|
|
PROG= lsdev
|
||
|
|
MAN8= lsdev.8
|
||
|
|
SRCS= lsdev.c ${MACHINE}.c
|
||
|
|
CFLAGS+= -I${.CURDIR}/../../sys
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|