freebsd-src/bin/ln/Makefile

9 lines
106 B
Makefile
Raw Normal View History

1994-05-26 07:18:55 +01:00
# @(#)Makefile 8.2 (Berkeley) 5/31/93
1994-09-24 03:59:15 +01:00
# $Id$
1994-05-26 07:18:55 +01:00
PROG= ln
1994-08-05 18:02:31 +01:00
MAN1= ln.1
MAN7= symlink.7
1994-05-26 07:18:55 +01:00
.include <bsd.prog.mk>