6 lines
77 B
Makefile
6 lines
77 B
Makefile
PROG= adjkerntz
|
|
MAN8= adjkerntz.8
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|