xref: /netbsd-src/external/bsd/tradcpp/usr.bin/Makefile (revision a611fd1e1649610a76305b4be07c1544460bc396)
1*a611fd1eSdholland# $NetBSD: Makefile,v 1.1 2022/08/27 21:53:38 dholland Exp $
2*a611fd1eSdholland
3*a611fd1eSdholland.include <bsd.own.mk>
4*a611fd1eSdholland
5*a611fd1eSdhollandSRCDIR=${NETBSDSRCDIR}/external/bsd/tradcpp/dist
6*a611fd1eSdholland.PATH: ${SRCDIR}
7*a611fd1eSdholland
8*a611fd1eSdhollandBINDIR=/usr/bin
9*a611fd1eSdholland
10*a611fd1eSdholland# Use the distributed makefile instead of pasting from it.
11*a611fd1eSdholland# (It ships a makefile that uses bsd.prog.mk, at least for the
12*a611fd1eSdholland# time being.)
13*a611fd1eSdholland
14*a611fd1eSdholland.include "${SRCDIR}/Makefile"
15