8 lines
151 B
Makefile
8 lines
151 B
Makefile
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
# $Id: Makefile,v 1.6 1994/10/28 16:49:28 deraadt Exp $
|
|
|
|
PROG= ypcat
|
|
MAN1= ypcat.0
|
|
|
|
.include <bsd.prog.mk>
|