blob: b811c7eb95f5a2d0d38e42633b333bdc6060add8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.2 1998/08/28 15:31:30 tv Exp $
NOPROG= yes
INCS= bastring.cc bastring.h complext.cc complext.h dcomplex.h fcomplex.h \
ldcomplex.h straits.h
INCSDIR=/usr/include/g++/std
.PATH: ${.CURDIR}/../../../dist/libstdc++/std
.include <bsd.prog.mk>
|