Deleted Added
full compact
Makefile (50479) Makefile (51993)
1# $FreeBSD: head/secure/Makefile 50479 1999-08-28 01:35:59Z peter $
1# $FreeBSD: head/secure/Makefile 51993 1999-10-07 19:47:09Z markm $
2
3# lib must be first, or it will not work. This is because we reference
4# the lib's in the directory where they are built from the binaries we
5# want to build.
6
7MAINTAINER= markm
8
2
3# lib must be first, or it will not work. This is because we reference
4# the lib's in the directory where they are built from the binaries we
5# want to build.
6
7MAINTAINER= markm
8
9SUBDIR= lib usr.bin
9SUBDIR= lib libexec usr.bin
10
11SDIR= ${.CURDIR}/..
12
13CODAI= ${MAKE} ${MFLAGS} cleandir; \
14 ${MAKE} ${MFLAGS} obj; \
15 ${MAKE} ${MFLAGS} depend all install
16
17CODAD= ${MAKE} ${MFLAGS} cleandir; \

--- 20 unchanged lines hidden ---
10
11SDIR= ${.CURDIR}/..
12
13CODAI= ${MAKE} ${MFLAGS} cleandir; \
14 ${MAKE} ${MFLAGS} obj; \
15 ${MAKE} ${MFLAGS} depend all install
16
17CODAD= ${MAKE} ${MFLAGS} cleandir; \

--- 20 unchanged lines hidden ---