Makefile (24fe0b3bf671e123467ce1df0b67cadd3614c8e4) Makefile (36e852a172cba914383d7341c988128b2c667fbd)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 16 unchanged lines hidden (view full) ---

25
26PROG= passwd
27DEFAULTFILES= passwd.dfl
28
29include ../Makefile.cmd
30
31passwd := LDLIBS += $(ROOT)/usr/lib/passwdutil.so.1
32lint := LDLIBS += -lpasswdutil
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 16 unchanged lines hidden (view full) ---

25
26PROG= passwd
27DEFAULTFILES= passwd.dfl
28
29include ../Makefile.cmd
30
31passwd := LDLIBS += $(ROOT)/usr/lib/passwdutil.so.1
32lint := LDLIBS += -lpasswdutil
33LDFLAGS += $(ZIGNORE)
33LDLIBS += -lbsm -lpam -lnsl
34
35FILEMODE = 06555
36XGETFLAGS += -a -x $(PROG).xcl
37
38.KEEP_STATE:
39
40all: $(PROG)
41
42install: all $(ROOTPROG) $(ROOTETCDEFAULTFILES)
43
44clean:
45
46lint: lint_PROG
47
48include ../Makefile.targ
34LDLIBS += -lbsm -lpam -lnsl
35
36FILEMODE = 06555
37XGETFLAGS += -a -x $(PROG).xcl
38
39.KEEP_STATE:
40
41all: $(PROG)
42
43install: all $(ROOTPROG) $(ROOTETCDEFAULTFILES)
44
45clean:
46
47lint: lint_PROG
48
49include ../Makefile.targ