]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - libexec/mknetid/Makefile
Always return pathname in dl_iterate_phdr's dlpi_name, as Linux does
[FreeBSD/stable/10.git] / libexec / mknetid / Makefile
1 # $FreeBSD$
2
3 PROG=   mknetid
4 SRCS=   mknetid.c hash.c parse_group.c
5
6 MAN=    netid.5 mknetid.8
7
8 WARNS?= 2
9
10 .include <bsd.prog.mk>