xref: /original-bsd/old/games.vax/ddl/Makefile (revision 60c3b96a)
1#
2# Copyright (c) 1980 Regents of the University of California.
3# All rights reserved.  The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
6#	@(#)Makefile	5.2 (Berkeley) 06/03/87
7#
8all:
9	@echo "ddlcomp and ddlrun come in binary form only"
10
11install:
12	install -c -o bin -g bin -m 755 ddlrun ${DESTDIR}/usr/games/lib/ddlrun
13
14clean:
15depend:
16