kernel: Replace all usage of MALLOC()/FREE() with kmalloc()/kfree().
[dragonfly.git] / sbin / getdevpath / Makefile
1 # Makefile for getdevpath
2 #
3 PROG=   getdevpath
4 MAN=    getdevpath.8
5
6 .include <bsd.prog.mk>