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