Makefile (7014882c) Makefile (5801b0f0)
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#

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

29include ../Makefile.ucbcmd
30
31FILEMODE= 755
32
33CERRWARN += -_gcc=-Wno-parentheses
34
35.KEEP_STATE:
36
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#

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

29include ../Makefile.ucbcmd
30
31FILEMODE= 755
32
33CERRWARN += -_gcc=-Wno-parentheses
34
35.KEEP_STATE:
36
37all: $(PROG)
37all: $(PROG)
38
39install: all $(ROOTPROG)
40
41clean:
42
38
39install: all $(ROOTPROG)
40
41clean:
42
43lint: lint_PROG
44
45include ../Makefile.ucbtarg
43include ../Makefile.ucbtarg