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