os161/userland/bin/ln/Makefile

13 lines
138 B
Makefile
Raw Normal View History

2015-12-23 00:50:04 +00:00
# Makefile for ln
TOP=../../..
.include "$(TOP)/mk/os161.config.mk"
PROG=ln
SRCS=ln.c
BINDIR=/bin
.include "$(TOP)/mk/os161.prog.mk"