Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.bin/id Pull up revision 1.9 (requested by he):
details: https://anonhg.NetBSD.org/src/rev/8ced1acd10fe
branches: netbsd-1-4
changeset: 471063:8ced1acd10fe
user: he <he%NetBSD.org@localhost>
date: Thu Oct 19 16:31:23 2000 +0000
description:
Pull up revision 1.9 (requested by he):
Format string cleanup.
diffstat:
usr.bin/id/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 39df0e877558 -r 8ced1acd10fe usr.bin/id/Makefile
--- a/usr.bin/id/Makefile Thu Oct 19 16:31:21 2000 +0000
+++ b/usr.bin/id/Makefile Thu Oct 19 16:31:23 2000 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.8 1998/10/14 00:55:03 wsanchez Exp $
+# $NetBSD: Makefile,v 1.8.2.1 2000/10/19 16:31:23 he Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= id
MAN= id.1 groups.1 whoami.1
LINKS= ${BINDIR}/id ${BINDIR}/groups
LINKS+= ${BINDIR}/id ${BINDIR}/whoami
+WFORMAT=1
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index