mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 14:42:40 -04:00
11 lines
177 B
Makefile
11 lines
177 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= dpt_ctls
|
|
SRCS= dpt_ctls.c
|
|
|
|
CFLAGS+=-Wall -I${.CURDIR}/../../../sys
|
|
BINMODE=500
|
|
MAN8= dpt_ctls.8
|
|
|
|
.include <bsd.prog.mk>
|