mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
5 lines
77 B
Makefile
5 lines
77 B
Makefile
PROG= adjkerntz
|
|
MAN8= adjkerntz.8
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|