[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / lib

File: [local] / src / lib / Makefile (download)

Revision 1.6, Sun Jun 2 06:04:50 1996 UTC (28 years ago) by tholo
Branch: MAIN
Changes since 1.5: +3 -3 lines

Install ncurses as -lcurses and <curses.h>
Install BSD curses library as -locurses and <ocurses.h>

#	$OpenBSD: Makefile,v 1.6 1996/06/02 06:04:50 tholo Exp $
#	$NetBSD: Makefile,v 1.20 1996/05/12 04:30:18 mhitch Exp $

SUBDIR=	csu libarch libc libcompat libcrypt libcurses libedit libl \
	libm libocurses libpcap libresolv librpcsvc libskey libtelnet \
	libterm libtermlib libutil liby

# XXX Temporarely until all ports are able to use libkvm (leo)
.if	(${MACHINE} == "amiga") || \
	(${MACHINE} == "atari") || \
	(${MACHINE} == "sun3")
SUBDIR+=        libkvm
.else
SUBDIR+=        libkvm.old
.endif

.include <bsd.subdir.mk>