File: mf.stellix

package info (click to toggle)
rdist 6.1.5-16
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,012 kB
  • ctags: 1,516
  • sloc: ansic: 8,293; sh: 553; yacc: 489; perl: 117; makefile: 66
file content (34 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (8)
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
29
30
31
32
33
34
#
# Copyright (c) 1992-1998 Michael A. Cooper.  
# This software may be freely used and distributed provided it is not
# sold for profit or used in part or in whole for commercial gain
# without prior written agreement, and the author is credited
# appropriately.
#
# $Id: mf.stellix,v 6.1 1998/11/10 03:55:53 mcooper Exp $
#

#
# Stellix Makefile
#

#
# Functions that are missing in this OS are contained in the
# files specified in ${MISSINGOBJS}.
#
MISSINGOBJS 	= $(O)regex.o $(O)strerror.o $(O)strcasecmp.o

#
# System libraries that we need to load.
#
LIB_SYS		=

#
# No ranlib
#
RANLIB		= echo

#
# No BSD Install
#
INSTALL		= ../support/bsdinst.sh