10 lines
206 B
Makefile
10 lines
206 B
Makefile
# @(#)Makefile 5.4 (Berkeley) 5/11/90
|
|
#
|
|
# $Header: /cvsroot/src/sbin/slattach/Makefile,v 1.3 1993/03/23 00:31:13 cgd Exp $
|
|
|
|
PROG= slattach
|
|
MAN8= slattach.0
|
|
MLINKS= slattach.8 slip.8
|
|
|
|
.include <bsd.prog.mk>
|