NetBSD/usr.bin/ldd/Makefile.inc
pk 21e1fe821f Move a.out version of ldd(1) to the usr.bin tree; elf and a.out
reside in separate subdirectories (various source moved by
repository copying). Adapt Makefiles to new situation.
1998-12-15 22:07:11 +00:00

6 lines
150 B
Makefile

# $NetBSD: Makefile.inc,v 1.1 1998/12/15 22:07:11 pk Exp $
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif