10 lines
180 B
Makefile
10 lines
180 B
Makefile
# from: @(#)Makefile 5.1 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.3 1994/12/22 11:42:57 cgd Exp $
|
|
|
|
PROG= sliplogin
|
|
MAN= sliplogin.8
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
|
|
.include <bsd.prog.mk>
|