mirror of https://github.com/F-Stack/f-stack.git
10 lines
121 B
Makefile
10 lines
121 B
Makefile
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||
|
# $FreeBSD$
|
||
|
|
||
|
|
||
|
TOPDIR?=${CURDIR}/../..
|
||
|
|
||
|
PROG=knictl
|
||
|
|
||
|
include ${TOPDIR}/tools/prog.mk
|