kill BINDIR stuff

This commit is contained in:
cgd 1994-02-18 03:09:58 +00:00
parent 8d28d31cc5
commit 4e9e469010
3 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,6 @@
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
# $Id: Makefile,v 1.4 1993/12/02 18:37:54 jtc Exp $
# $Id: Makefile,v 1.5 1994/02/18 03:09:58 cgd Exp $
PROG= ypcat
BINDIR=/usr/bin
.include <bsd.prog.mk>

View File

@ -1,7 +1,6 @@
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
# $Id: Makefile,v 1.4 1993/12/02 18:38:05 jtc Exp $
# $Id: Makefile,v 1.5 1994/02/18 03:10:01 cgd Exp $
PROG= ypmatch
BINDIR=/usr/bin
.include <bsd.prog.mk>

View File

@ -1,8 +1,7 @@
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
# $Id: Makefile,v 1.3 1993/07/30 11:10:53 mycroft Exp $
# $Id: Makefile,v 1.4 1994/02/18 03:10:03 cgd Exp $
PROG= ypwhich
NOMAN=
BINDIR=/usr/bin
.include <bsd.prog.mk>