Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2006 19:53:34 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 106028 for review
Message-ID:  <200609121953.k8CJrY3O074054@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=106028

Change 106028 by millert@millert_g5tower on 2006/09/12 19:53:26

	Remove generated security.h in clean target

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/darwin/libmac/Makefile#3 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/darwin/libmac/Makefile#3 (text+ko) ====

@@ -19,7 +19,7 @@
 	$(RANLIB) $(DESTDIR)/usr/lib/lib$(LIB).a
 
 clean:
-	rm -f lib$(LIB).a $(OBJS) security.c
+	rm -f lib$(LIB).a $(OBJS) security.c security.h
 
 lib$(LIB).a:: $(OBJS)
 	rm -f lib$(LIB).a



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609121953.k8CJrY3O074054>