freebsd-dev/usr.sbin/dpt/dpt_led/Makefile

12 lines
174 B
Makefile
Raw Normal View History

# @(#)Makefile 8.1 (Berkeley) 5/31/93
1999-08-28 01:35:59 +00:00
# $FreeBSD$
PROG= dpt_led
SRCS= dpt_led.c
CFLAGS+=-Wall -I${.CURDIR}/../../../sys
BINMODE=500
MAN8= dpt_led.8
.include <bsd.prog.mk>