xref: /386bsd/usr/src/usr.bin/join/Makefile (revision a2142627)
1
2PROG=	join
3SRCS=	join.c getopt.c getopt1.c
4
5.include <bsd.prog.mk>
6