1994-05-04 14:55:57 +04: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 12:45:37 +03:00
|
|
|
|
|
|
|
LIB= util
|
1993-06-17 17:11:39 +04:00
|
|
|
CFLAGS+=-DLIBC_SCCS
|
1994-01-28 02:31:19 +03:00
|
|
|
SRCS= login.c login_tty.c logout.c logwtmp.c pty.c
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|