NetBSD/usr.sbin/link/Makefile
kleink a87a0a6236 For XCU5's sake, and due to popular demand, add link(8) and unlink(8)
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.
1999-07-19 09:11:25 +00:00

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>