Makefile (7c478bd9) Makefile (b6805bf7)
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, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

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

18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
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, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

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

18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26# ident "%Z%%M% %I% %E% SMI"
27#
28# cmd/expand/Makefile
29#
30
31PROG= expand unexpand
32SRCS= $(PROG:=.c)
33
34include ../Makefile.cmd
35
36# workaround two meanings for expand.po
37POFILES= expand_cmd.po unexpand.po
38POFILE= expand.po
39
26# cmd/expand/Makefile
27#
28
29PROG= expand unexpand
30SRCS= $(PROG:=.c)
31
32include ../Makefile.cmd
33
34# workaround two meanings for expand.po
35POFILES= expand_cmd.po unexpand.po
36POFILE= expand.po
37
40CLEANFILES += expand_cmd.c
38CLOBBERFILES += expand_cmd.c
41
42.KEEP_STATE:
43
44all: $(PROG)
45
46install: all $(ROOTPROG)
47
48clean:

--- 12 unchanged lines hidden ---
39
40.KEEP_STATE:
41
42all: $(PROG)
43
44install: all $(ROOTPROG)
45
46clean:

--- 12 unchanged lines hidden ---