mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 08:33:20 +00:00
6 lines
77 B
Makefile
6 lines
77 B
Makefile
PROG= adjkerntz
|
|
MAN8= adjkerntz.8
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|