[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Annotation of src/usr.bin/sudo/Makefile, Revision 1.2

1.2     ! millert     1: #      $OpenBSD: Makefile,v 1.1 2004/01/15 21:32:03 millert Exp $
        !             2:
        !             3: .include <bsd.own.mk>
1.1       millert     4:
                      5: SUBDIR=        lib sudo visudo
1.2     ! millert     6: .if !defined(NOPIC)
        !             7: SUBDIR+= noexec
        !             8: .endif
1.1       millert     9:
                     10: .include <bsd.subdir.mk>