freebsd-src/bin/ln/Makefile

9 lines
106 B
Makefile
Raw Normal View History

1994-05-26 06:18:55 +00:00
# @(#)Makefile 8.2 (Berkeley) 5/31/93
1997-02-22 14:13:04 +00:00
# $Id$
1994-05-26 06:18:55 +00:00
PROG= ln
1994-08-05 17:02:31 +00:00
MAN1= ln.1
MAN7= symlink.7
1994-05-26 06:18:55 +00:00
.include <bsd.prog.mk>