mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
8 lines
106 B
Makefile
8 lines
106 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 5/31/93
|
|
# $Id$
|
|
|
|
PROG= ln
|
|
MAN1= ln.1
|
|
MAN7= symlink.7
|
|
|
|
.include <bsd.prog.mk>
|