4.3BSD/usr/src/games/ddl/Makefile

#
# Copyright (c) 1980 Regents of the University of California.
# All rights reserved.  The Berkeley software License Agreement
# specifies the terms and conditions for redistribution.
#
#	@(#)Makefile	5.1 (Berkeley) 2/1/86
#
DESTDIR=

all:
	@echo "ddlcomp and ddlrun come in binary form only"

install:
	install -c -m 755 ddlrun ${DESTDIR}/usr/games/lib/ddlrun

clean: