diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-04-03 18:49:23 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-04-03 18:49:23 +0000 |
| commit | 0c0b5822358eaf1f5f5f2ac45e5ce80b4508637c (patch) | |
| tree | 3f94fcd87f6b3c83203ae64a2a578e8ab0610752 /secure/Makefile | |
| parent | 8127c559e6dc8408901224c75bf62c8e476f3e83 (diff) | |
Diffstat (limited to 'secure/Makefile')
| -rw-r--r-- | secure/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/secure/Makefile b/secure/Makefile deleted file mode 100644 index 7ae5cb384f1f..000000000000 --- a/secure/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# $FreeBSD$ - -# lib must be first, or it will not work. This is because we reference -# the lib's in the directory where they are built from the binaries we -# want to build. - -MAINTAINER= markm - -SUBDIR= lib libexec usr.bin usr.sbin - -SDIR= ${.CURDIR}/.. - -CODAI= ${MAKE} ${MFLAGS} cleandir; \ - ${MAKE} ${MFLAGS} obj; \ - ${MAKE} ${MFLAGS} depend all install - -CODAD= ${MAKE} ${MFLAGS} cleandir; \ - ${MAKE} ${MFLAGS} obj; \ - ${MAKE} ${MFLAGS} depend all distribute - -# These are the programs which depend on secure libs -sprog: - cd ${SDIR}/bin/ed; ${CODAI} - cd ${SDIR}/sbin/init; ${CODAI} - -bootstrap: - ( cd include; ${MAKE} ${MFLAGS} install ) - ( cd lib; ${MAKE} ${MFLAGS} depend all install ) - ${MAKE} ${MFLAGS} cleandir - ${MAKE} ${MFLAGS} obj - ${MAKE} ${MFLAGS} depend all install sprog - -.include <bsd.subdir.mk> |
