1# $FreeBSD$ 2 3PROG= unix_cmsg 4SRCS= unix_cmsg.c t_bintime.h t_bintime.c uc_common.h uc_common.c \ 5 t_generic.h t_generic.c t_peercred.h t_peercred.c t_timeval.h \ 6 t_timeval.c t_cmsgcred.h t_cmsgcred.c t_sockcred.h t_sockcred.c \ 7 t_cmsgcred_sockcred.h t_cmsgcred_sockcred.c t_cmsg_len.h t_cmsg_len.c 8MAN= 9WARNS?= 3 10 11.include <bsd.prog.mk> 12