blob: eb2b7c01b652d2632bf421a9cd186f885d120f5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.3 1999/02/13 23:53:57 lukem Exp $
INCS= PlotFile.h SFile.h builtinbuf.h editbuf.h floatio.h fstream.h \
indstream.h iolibio.h iomanip.h iostdio.h iostream.h iostreamP.h \
istream.h libio.h libioP.h ostream.h parsestream.h pfstream.h \
procbuf.h stdiostream.h stream.h streambuf.h strfile.h strstream.h
INCSDIR=/usr/include/g++
MKOBJ= no
.PATH: ${.CURDIR}/../../../dist/libio
.include <bsd.prog.mk>
|