blob: 41432fa43d720518a857edf91ebc5e407ca5c59b (
plain)
1
2
3
4
5
6
7
8
9
|
# @(#)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>
|