xref: /original-bsd/contrib/bib/Makefile (revision e59fb703)
1#	@(#)Makefile	2.1 (Berkeley) 04/08/88
2#
3DESTDIR=
4
5all:
6	cd src; make ${MFLAGS}
7
8install: all
9	cd src; make ${MFLAGS} DESTDIR=${DESTDIR} install
10	cd macs; make ${MFLAGS} DESTDIR=${DESTDIR} install
11	cd man; make ${MFLAGS} DESTDIR=${DESTDIR} install
12
13clean:
14	cd src; make ${MFLAGS} clean
15