a87a0a6236
utilities. This addresses PR standards/8027 by Giles Lean, who also submitted a different implementation along with; I chose to add those files I had written a while ago for reasons of portability and not requiring being cleaned up wrt. compile-time warnings.
7 lines
107 B
Makefile
7 lines
107 B
Makefile
# $NetBSD: Makefile,v 1.1 1999/07/19 09:11:26 kleink Exp $
|
|
|
|
PROG= link
|
|
MAN= link.8
|
|
|
|
.include <bsd.prog.mk>
|