Deleted Added
full compact
Makefile (151327) Makefile (299293)
1# $FreeBSD: head/share/examples/ses/Makefile 151327 2005-10-14 15:45:38Z ru $
1# $FreeBSD: head/share/examples/ses/Makefile 299293 2016-05-10 00:51:50Z gjb $
2#
3# Copyright (c) 2000 by Matthew Jacob
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:
9# 1. Redistributions of source code must retain the above copyright

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

27# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28# SUCH DAMAGE.
29#
30# Matthew Jacob
31# Feral Software
32# mjacob@feral.com
33#
34
2#
3# Copyright (c) 2000 by Matthew Jacob
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:
9# 1. Redistributions of source code must retain the above copyright

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

27# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28# SUCH DAMAGE.
29#
30# Matthew Jacob
31# Feral Software
32# mjacob@feral.com
33#
34
35PACKAGE=examples
36FILESDIR=${SHAREDIR}/examples/ses
35UNUSED = getobjmap getnobj getobjstat
36SUBDIR = getencstat setencstat setobjstat sesd
37
38.include <bsd.subdir.mk>
37UNUSED = getobjmap getnobj getobjstat
38SUBDIR = getencstat setencstat setobjstat sesd
39
40.include <bsd.subdir.mk>