8 lines
149 B
Makefile
8 lines
149 B
Makefile
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
# $Id: Makefile,v 1.4 1993/12/02 18:37:54 jtc Exp $
|
|
|
|
PROG= ypcat
|
|
BINDIR=/usr/bin
|
|
|
|
.include <bsd.prog.mk>
|