ipfw3_nat: move func prototype into header
[dragonfly.git] / sbin / nvmectl / Makefile
blobc578c3741da6d44a31f82aa868e9f6871793bd6d
3 PROG= nvmectl
4 SRCS= nvmectl.c subs.c
5 MAN= nvmectl.8
7 CFLAGS+= -I${.CURDIR}/../../sys
8 LDADD= -lutil
10 .include <bsd.prog.mk>