7 lines
70 B
Makefile
7 lines
70 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= adjkerntz
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|