Deleted Added
full compact
Makefile (100859) Makefile (153291)
1# $FreeBSD: head/share/examples/ses/sesd/Makefile 100859 2002-07-29 04:43:10Z mjacob $
1# $FreeBSD: head/share/examples/ses/sesd/Makefile 153291 2005-12-10 12:09:54Z ru $
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
35MAN8 = sesd.0
36SRCS = sesd.c eltsub.c
37PROG = sesd
38VPATH = ${.CURDIR}/../srcs
35.PATH: ${.CURDIR}/../srcs
39
36
37PROG= sesd
38SRCS= sesd.c eltsub.c
39MAN= sesd.8
40
40.include <bsd.prog.mk>
41.include <bsd.prog.mk>