9 lines
200 B
Makefile
9 lines
200 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
# $Id: Makefile,v 1.6 1994/05/04 10:55:57 cgd Exp $
|
|
|
|
LIB= util
|
|
CFLAGS+=-DLIBC_SCCS
|
|
SRCS= login.c login_tty.c logout.c logwtmp.c pty.c
|
|
|
|
.include <bsd.lib.mk>
|