blob: 29468fd7601ff2b575d3888c6c523fafe7423d54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $NetBSD: Makefile,v 1.23 2000/08/03 17:50:51 rh Exp $
# FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp
#
SUBDIR += R
SUBDIR += abacus
SUBDIR += abs
SUBDIR += cassowary
SUBDIR += fftw
SUBDIR += geg
SUBDIR += gnumeric
SUBDIR += grace
SUBDIR += grpn
SUBDIR += gsl
SUBDIR += libffm
SUBDIR += octave
SUBDIR += pspp
SUBDIR += py-Numeric
SUBDIR += sc
SUBDIR += scilab
SUBDIR += vista
SUBDIR += xldlas
SUBDIR += xlispstat
SUBDIR += xmgr
SUBDIR += yacas
SUBDIR += yorick
.include "../mk/bsd.pkg.subdir.mk"
|