summaryrefslogtreecommitdiff
path: root/kerberosIV/Makefile
blob: 4e77521ea51405ccd812f3032eabf8cd5e3f09c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $OpenBSD: Makefile,v 1.28 2000/02/25 16:35:22 hin Exp $

SUBDIR	= lib usr.bin usr.sbin libexec

build:
	${MAKE} cleandir
	${MAKE} includes
	${MAKE} depend
	( cd ${.CURDIR}/lib && ${MAKE} && ${MAKE} install )
	${MAKE}
	${MAKE} install

prereq:
	( cd ${.CURDIR}/lib/kadm && ${MAKE} prereq )
	( cd ${.CURDIR}/lib/krb && ${MAKE} prereq )

.include <bsd.subdir.mk>