9 lines
201 B
Makefile
9 lines
201 B
Makefile
# from: @(#)Makefile 5.10 (Berkeley) 5/6/91
|
|
# $Id: Makefile,v 1.5 1994/01/27 23:31:19 cgd Exp $
|
|
|
|
LIB= util
|
|
CFLAGS+=-DLIBC_SCCS
|
|
SRCS= login.c login_tty.c logout.c logwtmp.c pty.c
|
|
|
|
.include <bsd.lib.mk>
|