File: Makefile

package info (click to toggle)
pwdb 0.54preD-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 644 kB
  • ctags: 797
  • sloc: ansic: 8,459; makefile: 346; sh: 204
file content (32 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (2)
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
#
# $Id: Makefile,v 1.5 1996/03/16 22:21:26 morgan Exp morgan $
#
# $Log: Makefile,v $
#

dummy:
	@echo "*** This is not a top level Makefile!"

##########################################################

all:
	@echo "*** Nothing to make in this directory"

install: $(CONFIGED)/pwdb.conf

$(CONFIGED)/pwdb.conf: ./pwdb.conf
	#bash -f ./install_conf
	cp pwdb.conf $(CONFIGED)/

remove:
	rm -f /etc/pwdb.conf

check:
	bash -f ./md5itall

RCScheck:
	if [ -x ./md5RCS ]; then bash -f ./md5RCS ; fi

clean:
	rm -f core *~ .ignore_age