8 lines
148 B
Makefile
8 lines
148 B
Makefile
# $NetBSD: Makefile,v 1.7 1995/03/21 09:06:05 cgd Exp $
|
|
# @(#)Makefile 8.2 (Berkeley) 5/31/93
|
|
|
|
PROG= ln
|
|
MAN= ln.1 symlink.7
|
|
|
|
.include <bsd.prog.mk>
|