1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/usr.sbin/digictl/Makefile
Brian Somers 2924ab1473 Remove forgotten -Wall
Reminded by: ru
2001-05-16 11:15:49 +00:00

9 lines
98 B
Makefile

# $FreeBSD$
PROG= digictl
MAN= digictl.8
CFLAGS+=-I${.CURDIR}/../../sys
.include <bsd.prog.mk>