Add /sbin/getdevpath utility - userland convenience utility for getdevpath(3).
[dragonfly.git] / sbin / getdevpath / Makefile
blob82922e52cdb8f34eb31c63919fc957ad9fb0d767
1 # Makefile for getdevpath
3 PROG= getdevpath
4 LDADD= -lutil
5 MAN= getdevpath.8
7 .include <bsd.prog.mk>