4.3BSD-UWisc/src/usr.bin/nohup/Makefile


#
#	Makefile for nohup
#
DESTDIR=

PROGRAM=	nohup
SRCS=		nohup.sh

all:
	@echo "\`nohup' is up to date"

install:
	install -c ${PROGRAM}.sh ${DESTDIR}/usr/bin/${PROGRAM}

clean:

depend: