head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	94.06.07.23.54.00;	author md;	state Exp;
branches;
next	1.1;

1.1
date	93.06.05.00.31.38;	author md;	state Exp;
branches;
next	;


desc
@@


1.2
log
@For now the RT version needs to keep the kvm stuff here until libkvm
is ready.
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/4/93

LIB=	util
CFLAGS+=-DLIBC_SCCS -I/sys
SRCS=	login.c login_tty.c logout.c logwtmp.c pty.c

.if $(MACHINE) == "rt"
SRCS+=	kvm.c kvm_getloadavg.c
MAN3=	kvm_getloadavg.0
.endif

.include <bsd.lib.mk>
@


1.1
log
@Initial revision
@
text
@d7 5
@
