1 2 3 4 5 6 7 8 9 10
# $OpenBSD: Makefile,v 1.2 2009/10/28 07:36:49 deraadt Exp $ PROG= mt SRCS= mt.c DPADD= ${LIBUTIL} LDADD= -lutil .PATH: ${.CURDIR}/../../../bin/mt .include <bsd.prog.mk>