blob: 972f27599910e51ee6bc9e7d2aaabacdac11e24b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.4 1999/02/13 23:53:57 lukem 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
MKOBJ= no
.PATH: ${.CURDIR}/../../../dist/libstdc++/std
.include <bsd.prog.mk>
|