[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src

Diff for /src/Makefile between version 1.5 and 1.6

version 1.5, 1996/03/02 21:04:11 version 1.6, 1996/04/23 09:47:22
Line 1 
Line 1 
   #       $OpenBSD$
 #       $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $  #       $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $
   
   .include <bsd.own.mk>   # for NOMAN, if it's there.
   
 # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW  # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW
   
 SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share games  SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share games
Line 7 
Line 10 
   
 SUBDIR+= sys lkm  SUBDIR+= sys lkm
   
 .include <bsd.own.mk>   # for NOMAN, if it's there.  
   
 .if defined(KERBEROS)  .if defined(KERBEROS)
 SUBDIR+= kerberosIV  SUBDIR+= kerberosIV
 .endif  .endif
Line 24 
Line 25 
 .endif  .endif
   
 #beforeinstall:  #beforeinstall:
   #.ifndef DESTDIR
 #       (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs)  #       (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs)
   #.else
   #       (cd ${.CURDIR}/etc && ${MAKE} distrib-dirs)
   #.endif
   
 afterinstall:  afterinstall:
 .ifndef NOMAN  .ifndef NOMAN
Line 32 
Line 37 
 .endif  .endif
   
 build:  build:
           (cd ${.CURDIR}/share/mk && ${MAKE} install)
         (cd ${.CURDIR}/include && ${MAKE} install)          (cd ${.CURDIR}/include && ${MAKE} install)
   .if defined(KERBEROS)
           (cd ${.CURDIR}/kerberosIV/include && ${MAKE} install)
   .endif
         ${MAKE} cleandir          ${MAKE} cleandir
         (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)          (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)
         (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)          (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6