Remove the old DES library from the bootstrap: target

Found by: Joerg
This commit is contained in:
Mark Murray 1996-02-13 12:25:32 +00:00
parent d0cb65474e
commit 8bf3e8a486
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14083

View file

@ -28,7 +28,6 @@ kprog:
bootstrap:
( cd include; ${MAKE} ${MFLAGS} install )
( cd des; ${MAKE} ${MFLAGS} depend all install )
( cd lib; ${MAKE} ${MFLAGS} depend all install )
${MAKE} ${MFLAGS} cleandir
${MAKE} ${MFLAGS} obj