PERFORCE change 106028 for review

Todd Miller millert at FreeBSD.org
Tue Sep 12 12:53:35 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=106028

Change 106028 by millert at 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


More information about the p4-projects mailing list