mirror of
https://github.com/opnsense/src.git
synced 2026-03-06 23:31:04 -05:00
12 lines
236 B
Makefile
12 lines
236 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $Id: Makefile,v 1.1 1998/01/26 06:20:46 julian Exp $
|
|
|
|
PROG= dpt_softc
|
|
SRCS= dpt_softc.c
|
|
|
|
CFLAGS+=-Wall -I${.CURDIR}/../../../sys
|
|
BINMODE=500
|
|
BINOWN= root
|
|
MAN8= dpt_softc.8
|
|
|
|
.include <bsd.prog.mk>
|