[Midnightbsd-cvs] src [8512] trunk/Makefile: fix a goof

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 18 18:54:30 EDT 2016


Revision: 8512
          http://svnweb.midnightbsd.org/src/?rev=8512
Author:   laffer1
Date:     2016-09-18 18:54:30 -0400 (Sun, 18 Sep 2016)
Log Message:
-----------
fix a goof

Modified Paths:
--------------
    trunk/Makefile

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2016-09-18 22:53:07 UTC (rev 8511)
+++ trunk/Makefile	2016-09-18 22:54:30 UTC (rev 8512)
@@ -1,36 +1,4 @@
 #
-# $FreeBSD$
-#
-
-OPENBSMDIR=${.CURDIR}/../../contrib/openbsm
-.PATH: ${OPENBSMDIR}/bin/auditdistd
-
-# Addition of auditdistd because otherwise generated parse.c can't find
-# auditdistd.h.  This seems like a makefile non-feature.
-CFLAGS+=-I${OPENBSMDIR} -I${OPENBSMDIR}/bin/auditdistd
-
-NO_WFORMAT=
-
-PROG=	auditdistd
-SRCS=	auditdistd.c
-SRCS+=	parse.y pjdlog.c
-SRCS+=	proto.c proto_common.c proto_socketpair.c proto_tcp.c proto_tls.c
-SRCS+=	receiver.c
-SRCS+=	sandbox.c sender.c subr.c
-SRCS+=	token.l trail.c
-MAN=	auditdistd.8 auditdistd.conf.5
-
-DPADD=	${LIBL} ${LIBPTHREAD} ${LIBUTIL}
-LDADD=	-ll -lpthread -lutil
-DPADD+=	${LIBCRYPTO} ${LIBSSL}
-LDADD+=	-lcrypto -lssl
-
-YFLAGS+=-v
-
-CLEANFILES=parse.c parse.h parse.output
-
-.include <bsd.prog.mk>
-#
 # $MidnightBSD$
 #
 # The user-driven targets are:



More information about the Midnightbsd-cvs mailing list