1994-05-04 10:55:57 +00:00
|
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
|
|
# $Id: Makefile,v 1.6 1994/05/04 10:55:57 cgd Exp $
|
1993-03-21 09:45:37 +00:00
|
|
|
|
|
|
|
LIB= util
|
1993-06-17 13:11:39 +00:00
|
|
|
CFLAGS+=-DLIBC_SCCS
|
1994-01-27 23:31:19 +00:00
|
|
|
SRCS= login.c login_tty.c logout.c logwtmp.c pty.c
|
1993-03-21 09:45:37 +00:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|