File: Makefile

package info (click to toggle)
rdist 6.1.5-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 880 kB
  • ctags: 1,523
  • sloc: ansic: 8,329; sh: 553; yacc: 489; perl: 117; makefile: 65
file content (18 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (56)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# 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: Makefile.base,v 1.4 1998/11/10 03:39:46 mcooper Exp $
#
# Makefile frontend.
#

RUNMAKE		= ../build/runmake

all clean install install.man bindist: FRC
	@${RUNMAKE} $@

FRC: