blob: bbdf4e3f4d6ec4d9f20b6a541794b98970b458ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.5 2001/12/12 01:48:59 tv Exp $
INCS= bastring.cc bastring.h complext.cc complext.h dcomplex.h fcomplex.h \
ldcomplex.h straits.h
INCS+= bastring_inst.h complext_inst.h
INCSDIR=/usr/include/g++/std
NOOBJ= # defined
.PATH: ${.CURDIR}/../../../dist/libstdc++/std
.include <bsd.prog.mk>
|