[Midnightbsd-cvs] src [6807] trunk/usr.bin/sudo/sudo/Makefile: add logwrap.c as part of sudo 1.7.8

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 2 07:43:58 EDT 2014


Revision: 6807
          http://svnweb.midnightbsd.org/src/?rev=6807
Author:   laffer1
Date:     2014-10-02 07:43:58 -0400 (Thu, 02 Oct 2014)
Log Message:
-----------
add logwrap.c as part of sudo 1.7.8

Modified Paths:
--------------
    trunk/usr.bin/sudo/sudo/Makefile

Modified: trunk/usr.bin/sudo/sudo/Makefile
===================================================================
--- trunk/usr.bin/sudo/sudo/Makefile	2014-10-02 11:43:43 UTC (rev 6806)
+++ trunk/usr.bin/sudo/sudo/Makefile	2014-10-02 11:43:58 UTC (rev 6807)
@@ -1,5 +1,5 @@
 #	$OpenBSD: Makefile,v 1.2 2004/09/28 15:10:51 millert Exp $
-#       $MidnightBSD: src/usr.bin/sudo/sudo/Makefile,v 1.6 2010/03/10 03:40:48 laffer1 Exp $
+#       $MidnightBSD$
 
 SUDO_DIR=       ${.CURDIR}/../../../contrib/sudo
 AUTH_DIR=	${SUDO_DIR}/auth
@@ -8,7 +8,7 @@
 PROG=	sudo
 INSTALLFLAGS=	-S
 SRCS=	audit.c boottime.c check.c env.c exec.c exec_pty.c getspwuid.c get_pty.c \
-	interfaces.c iolog.c lbuf.c logging.c memrchr.c \
+	interfaces.c iolog.c lbuf.c logging.c logwrap.c memrchr.c \
 	parse.c parse_args.c pwutil.c set_perms.c sudo.c sudo_edit.c sudo_nss.c \
 	term.c tgetpass.c timestr.c zero_bytes.c sudo_auth.c pam.c
 



More information about the Midnightbsd-cvs mailing list