# Makefile for false

TOP=../../..
.include "$(TOP)/mk/os161.config.mk"

PROG=false
SRCS=false.c
BINDIR=/bin


.include "$(TOP)/mk/os161.prog.mk"