PERFORCE change 92969 for review
Todd Miller
millert at FreeBSD.org
Wed Mar 8 07:59:02 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=92969
Change 92969 by millert at millert_g5tower on 2006/03/08 15:58:17
Add a man page for mexec
Affected files ...
.. //depot/projects/trustedbsd/sedarwin7/src/darwin/mac_cmds/mexec/Makefile#3 edit
.. //depot/projects/trustedbsd/sedarwin7/src/darwin/mac_cmds/mexec/mexec.8#1 add
Differences ...
==== //depot/projects/trustedbsd/sedarwin7/src/darwin/mac_cmds/mexec/Makefile#3 (text+ko) ====
@@ -1,7 +1,7 @@
include ../../../Makeconfig
PROG= mexec
-NOMAN=
+MAN8= mexec.8
OBJS= mexec.o
@@ -15,6 +15,7 @@
install: $(PROG)
install -m 555 $(PROG) $(DESTDIR)/usr/bin
+ install -m 444 $(MAN8) $(DESTDIR)/usr/share/man/man8
clean:
rm -f $(PROG) $(OBJS)
More information about the trustedbsd-cvs
mailing list