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

File: [local] / src / kerberosIV / Attic / Makefile (download)

Revision 1.34, Wed May 14 01:22:56 2003 UTC (21 years, 1 month ago) by hin
Branch: MAIN
Changes since 1.33: +2 -2 lines

Don't build kerberos4 programs. (The libraries are still needed for a while)

# $OpenBSD: Makefile,v 1.34 2003/05/14 01:22:56 hin Exp $

SUBDIR	= lib

build:
	${SUDO} ${MAKE} includes
	${MAKE} depend
	cd ${.CURDIR}/lib && ${MAKE} && ${SUDO} ${MAKE} install
	${MAKE}
	${SUDO} ${MAKE} install

.include <bsd.subdir.mk>