xref: /original-bsd/contrib/Makefile (revision a0411884)
1#	@(#)Makefile	8.5 (Berkeley) 01/23/94
2
3SUBDIR=	ansi bib bind-4.9 flex-2.4.6 gawk-2.15.2 emacs-18.57 gas-1.38 \
4	gcc-2.3.3 gdb-4.7.lbl groff-1.08 hunt jove-4.14.6 kermit-5A.188 \
5	libg++-2.3 mh-6.8 nvi perl-4.036 rcs-V5.6
6
7.if ${MACHINE} != "sparc"
8SUBDIR+=gzip-1.0.7
9.endif
10
11cleandir: clean
12
13obj depend tags:
14
15.include <bsd.subdir.mk>
16