use BINDIR from ../../Makefile.inc

This commit is contained in:
mrg 1996-05-14 13:55:47 +00:00
parent 3b32f2c7c0
commit f485020d84
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.1 1996/02/02 15:26:27 mrg Exp $
BINDIR=/usr/bin
# $NetBSD: Makefile,v 1.2 1996/05/14 13:55:47 mrg Exp $
PROG = host
SRCS = host.c send.c vers.c
.PATH: ${.CURDIR}/../man
.include "../../Makefile.inc"
.include <bsd.prog.mk>