diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
| commit | 838992f094ccde014679a7cfafc495840eb932a1 (patch) | |
| tree | bb1da10609893e2c699e42919a3a51c02df9caf0 /secure/Makefile | |
| parent | bcb29ac16cc991f99f0c976390dff6be1a1b9058 (diff) | |
Diffstat (limited to 'secure/Makefile')
| -rw-r--r-- | secure/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/secure/Makefile b/secure/Makefile deleted file mode 100644 index 7d23aa160cc2..000000000000 --- a/secure/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: Makefile,v 1.11 1997/02/22 14:40:11 peter Exp $ - -# 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. - -SUBDIR= lib usr.bin - -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 - -help-distribute: distribute - cd ${SDIR}/bin/ed; ${CODAD} - cd ${SDIR}/sbin/init; ${CODAD} - -.include <bsd.subdir.mk> |
