diff options
Diffstat (limited to 'usr.sbin/apm')
| -rw-r--r-- | usr.sbin/apm/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/apm/apm.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index 7f04f9b22e7db..2b993ea90c9cf 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.7 1997/02/22 16:04:17 peter Exp $ PROG= apm LINKS= ${BINDIR}/apm ${BINDIR}/zzz diff --git a/usr.sbin/apm/apm.c b/usr.sbin/apm/apm.c index bf6184fc739b3..f28cec0040644 100644 --- a/usr.sbin/apm/apm.c +++ b/usr.sbin/apm/apm.c @@ -15,7 +15,7 @@ #ifndef lint static const char rcsid[] = - "$Id: apm.c,v 1.13 1998/02/20 07:17:46 hosokawa Exp $"; + "$Id: apm.c,v 1.14 1998/09/04 16:08:54 imp Exp $"; #endif /* not lint */ #include <err.h> |
