# Makefile for false

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

include ../../defs.mk
include ../../mk/prog.mk

